Interface DashboardVersionDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DashboardVersionDefinition.Builder,DashboardVersionDefinition>,SdkBuilder<DashboardVersionDefinition.Builder,DashboardVersionDefinition>,SdkPojo
- Enclosing class:
- DashboardVersionDefinition
public static interface DashboardVersionDefinition.Builder extends SdkPojo, CopyableBuilder<DashboardVersionDefinition.Builder,DashboardVersionDefinition>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dataSetIdentifierDeclarations
DashboardVersionDefinition.Builder dataSetIdentifierDeclarations(Collection<DataSetIdentifierDeclaration> dataSetIdentifierDeclarations)
An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.
- Parameters:
dataSetIdentifierDeclarations- An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetIdentifierDeclarations
DashboardVersionDefinition.Builder dataSetIdentifierDeclarations(DataSetIdentifierDeclaration... dataSetIdentifierDeclarations)
An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.
- Parameters:
dataSetIdentifierDeclarations- An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetIdentifierDeclarations
DashboardVersionDefinition.Builder dataSetIdentifierDeclarations(Consumer<DataSetIdentifierDeclaration.Builder>... dataSetIdentifierDeclarations)
An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.
This is a convenience method that creates an instance of theDataSetIdentifierDeclaration.Builderavoiding the need to create one manually viaDataSetIdentifierDeclaration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataSetIdentifierDeclarations(List.) - Parameters:
dataSetIdentifierDeclarations- a consumer that will call methods onDataSetIdentifierDeclaration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSetIdentifierDeclarations(java.util.Collection)
-
sheets
DashboardVersionDefinition.Builder sheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for a dashboard.
- Parameters:
sheets- An array of sheet definitions for a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheets
DashboardVersionDefinition.Builder sheets(SheetDefinition... sheets)
An array of sheet definitions for a dashboard.
- Parameters:
sheets- An array of sheet definitions for a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheets
DashboardVersionDefinition.Builder sheets(Consumer<SheetDefinition.Builder>... sheets)
An array of sheet definitions for a dashboard.
This is a convenience method that creates an instance of theSheetDefinition.Builderavoiding the need to create one manually viaSheetDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sheets(List.) - Parameters:
sheets- a consumer that will call methods onSheetDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sheets(java.util.Collection)
-
calculatedFields
DashboardVersionDefinition.Builder calculatedFields(Collection<CalculatedField> calculatedFields)
An array of calculated field definitions for the dashboard.
- Parameters:
calculatedFields- An array of calculated field definitions for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calculatedFields
DashboardVersionDefinition.Builder calculatedFields(CalculatedField... calculatedFields)
An array of calculated field definitions for the dashboard.
- Parameters:
calculatedFields- An array of calculated field definitions for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calculatedFields
DashboardVersionDefinition.Builder calculatedFields(Consumer<CalculatedField.Builder>... calculatedFields)
An array of calculated field definitions for the dashboard.
This is a convenience method that creates an instance of theCalculatedField.Builderavoiding the need to create one manually viaCalculatedField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#calculatedFields(List.) - Parameters:
calculatedFields- a consumer that will call methods onCalculatedField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#calculatedFields(java.util.Collection)
-
parameterDeclarations
DashboardVersionDefinition.Builder parameterDeclarations(Collection<ParameterDeclaration> parameterDeclarations)
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.
- Parameters:
parameterDeclarations- The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterDeclarations
DashboardVersionDefinition.Builder parameterDeclarations(ParameterDeclaration... parameterDeclarations)
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.
- Parameters:
parameterDeclarations- The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterDeclarations
DashboardVersionDefinition.Builder parameterDeclarations(Consumer<ParameterDeclaration.Builder>... parameterDeclarations)
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theParameterDeclaration.Builderavoiding the need to create one manually viaParameterDeclaration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#parameterDeclarations(List.) - Parameters:
parameterDeclarations- a consumer that will call methods onParameterDeclaration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#parameterDeclarations(java.util.Collection)
-
filterGroups
DashboardVersionDefinition.Builder filterGroups(Collection<FilterGroup> filterGroups)
The filter definitions for a dashboard.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.
- Parameters:
filterGroups- The filter definitions for a dashboard.For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterGroups
DashboardVersionDefinition.Builder filterGroups(FilterGroup... filterGroups)
The filter definitions for a dashboard.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.
- Parameters:
filterGroups- The filter definitions for a dashboard.For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterGroups
DashboardVersionDefinition.Builder filterGroups(Consumer<FilterGroup.Builder>... filterGroups)
The filter definitions for a dashboard.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theFilterGroup.Builderavoiding the need to create one manually viaFilterGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filterGroups(List.) - Parameters:
filterGroups- a consumer that will call methods onFilterGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filterGroups(java.util.Collection)
-
columnConfigurations
DashboardVersionDefinition.Builder columnConfigurations(Collection<ColumnConfiguration> columnConfigurations)
An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
- Parameters:
columnConfigurations- An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnConfigurations
DashboardVersionDefinition.Builder columnConfigurations(ColumnConfiguration... columnConfigurations)
An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
- Parameters:
columnConfigurations- An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnConfigurations
DashboardVersionDefinition.Builder columnConfigurations(Consumer<ColumnConfiguration.Builder>... columnConfigurations)
An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
This is a convenience method that creates an instance of theColumnConfiguration.Builderavoiding the need to create one manually viaColumnConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#columnConfigurations(List.) - Parameters:
columnConfigurations- a consumer that will call methods onColumnConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#columnConfigurations(java.util.Collection)
-
analysisDefaults
DashboardVersionDefinition.Builder analysisDefaults(AnalysisDefaults analysisDefaults)
Sets the value of the AnalysisDefaults property for this object.- Parameters:
analysisDefaults- The new value for the AnalysisDefaults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisDefaults
default DashboardVersionDefinition.Builder analysisDefaults(Consumer<AnalysisDefaults.Builder> analysisDefaults)
Sets the value of the AnalysisDefaults property for this object. This is a convenience method that creates an instance of theAnalysisDefaults.Builderavoiding the need to create one manually viaAnalysisDefaults.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisDefaults(AnalysisDefaults).- Parameters:
analysisDefaults- a consumer that will call methods onAnalysisDefaults.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
analysisDefaults(AnalysisDefaults)
-
options
DashboardVersionDefinition.Builder options(AssetOptions options)
An array of option definitions for a dashboard.
- Parameters:
options- An array of option definitions for a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
default DashboardVersionDefinition.Builder options(Consumer<AssetOptions.Builder> options)
An array of option definitions for a dashboard.
This is a convenience method that creates an instance of theAssetOptions.Builderavoiding the need to create one manually viaAssetOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(AssetOptions).- Parameters:
options- a consumer that will call methods onAssetOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
options(AssetOptions)
-
-