@Stability(value=Stable) public static final class CfnAnalysis.SheetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnalysis.SheetProperty>
CfnAnalysis.SheetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnalysis.SheetProperty |
build()
Builds the configured instance.
|
CfnAnalysis.SheetProperty.Builder |
name(String name)
Sets the value of
CfnAnalysis.SheetProperty.getName() |
CfnAnalysis.SheetProperty.Builder |
sheetId(String sheetId)
Sets the value of
CfnAnalysis.SheetProperty.getSheetId() |
@Stability(value=Stable) public CfnAnalysis.SheetProperty.Builder name(String name)
CfnAnalysis.SheetProperty.getName()name - The name of a sheet.
This name is displayed on the sheet's tab in the Amazon QuickSight console.this@Stability(value=Stable) public CfnAnalysis.SheetProperty.Builder sheetId(String sheetId)
CfnAnalysis.SheetProperty.getSheetId()sheetId - The unique identifier associated with a sheet.this@Stability(value=Stable) public CfnAnalysis.SheetProperty build()
build in interface software.amazon.jsii.Builder<CfnAnalysis.SheetProperty>CfnAnalysis.SheetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.