Class CfnAnalysis.SheetProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.SheetProperty>
- Enclosing interface:
CfnAnalysis.SheetProperty
@Stability(Stable)
public static final class CfnAnalysis.SheetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.SheetProperty>
A builder for
CfnAnalysis.SheetProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.SheetProperty.getName()
Sets the value ofCfnAnalysis.SheetProperty.getSheetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnAnalysis.SheetProperty.getName()
- Parameters:
name
- The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.- Returns:
this
-
sheetId
Sets the value ofCfnAnalysis.SheetProperty.getSheetId()
- Parameters:
sheetId
- The unique identifier associated with a sheet.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.SheetProperty>
- Returns:
- a new instance of
CfnAnalysis.SheetProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-