Interface TableFieldOption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TableFieldOption.Builder,,- TableFieldOption> - SdkBuilder<TableFieldOption.Builder,,- TableFieldOption> - SdkPojo
- Enclosing class:
- TableFieldOption
@Mutable
@NotThreadSafe
public static interface TableFieldOption.Builder
extends SdkPojo, CopyableBuilder<TableFieldOption.Builder,TableFieldOption> 
- 
Method SummaryModifier and TypeMethodDescriptioncustomLabel(String customLabel) The custom label for a table field.The field ID for a table field.default TableFieldOption.BuilderurlStyling(Consumer<TableFieldURLConfiguration.Builder> urlStyling) The URL configuration for a table field.urlStyling(TableFieldURLConfiguration urlStyling) The URL configuration for a table field.visibility(String visibility) The visibility of a table field.visibility(Visibility visibility) The visibility of a table field.The width for a table field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fieldIdThe field ID for a table field. - Parameters:
- fieldId- The field ID for a table field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
widthThe width for a table field. - Parameters:
- width- The width for a table field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customLabelThe custom label for a table field. - Parameters:
- customLabel- The custom label for a table field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
visibilityThe visibility of a table field. - Parameters:
- visibility- The visibility of a table field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
visibilityThe visibility of a table field. - Parameters:
- visibility- The visibility of a table field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
urlStylingThe URL configuration for a table field. - Parameters:
- urlStyling- The URL configuration for a table field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
urlStylingdefault TableFieldOption.Builder urlStyling(Consumer<TableFieldURLConfiguration.Builder> urlStyling) The URL configuration for a table field. This is a convenience method that creates an instance of theTableFieldURLConfiguration.Builderavoiding the need to create one manually viaTableFieldURLConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tourlStyling(TableFieldURLConfiguration).- Parameters:
- urlStyling- a consumer that will call methods on- TableFieldURLConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-