Interface VisualCustomizationFieldsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VisualCustomizationFieldsConfiguration.Builder,,VisualCustomizationFieldsConfiguration> SdkBuilder<VisualCustomizationFieldsConfiguration.Builder,,VisualCustomizationFieldsConfiguration> SdkPojo
- Enclosing class:
VisualCustomizationFieldsConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFields(Collection<ColumnIdentifier> additionalFields) The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.additionalFields(Consumer<ColumnIdentifier.Builder>... additionalFields) The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.additionalFields(ColumnIdentifier... additionalFields) The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.Specifies whether dashboard readers can customize fields for this visual.status(DashboardCustomizationStatus status) Specifies whether dashboard readers can customize fields for this visual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
Specifies whether dashboard readers can customize fields for this visual. This option is
ENABLEDby default.- Parameters:
status- Specifies whether dashboard readers can customize fields for this visual. This option isENABLEDby default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether dashboard readers can customize fields for this visual. This option is
ENABLEDby default.- Parameters:
status- Specifies whether dashboard readers can customize fields for this visual. This option isENABLEDby default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalFields
VisualCustomizationFieldsConfiguration.Builder additionalFields(Collection<ColumnIdentifier> additionalFields) The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.
- Parameters:
additionalFields- The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFields
VisualCustomizationFieldsConfiguration.Builder additionalFields(ColumnIdentifier... additionalFields) The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.
- Parameters:
additionalFields- The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFields
VisualCustomizationFieldsConfiguration.Builder additionalFields(Consumer<ColumnIdentifier.Builder>... additionalFields) The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.
This is a convenience method that creates an instance of theColumnIdentifier.Builderavoiding the need to create one manually viaColumnIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadditionalFields(List<ColumnIdentifier>).- Parameters:
additionalFields- a consumer that will call methods onColumnIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-