Interface SheetStyle.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SheetStyle.Builder,,- SheetStyle> - SdkBuilder<SheetStyle.Builder,,- SheetStyle> - SdkPojo
- Enclosing class:
- SheetStyle
@Mutable
@NotThreadSafe
public static interface SheetStyle.Builder
extends SdkPojo, CopyableBuilder<SheetStyle.Builder,SheetStyle> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault SheetStyle.Buildertile(Consumer<TileStyle.Builder> tile) The display options for tiles.The display options for tiles.default SheetStyle.BuildertileLayout(Consumer<TileLayoutStyle.Builder> tileLayout) The layout options for tiles.tileLayout(TileLayoutStyle tileLayout) The layout options for tiles.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- 
tileThe display options for tiles. - Parameters:
- tile- The display options for tiles.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tileThe display options for tiles. This is a convenience method that creates an instance of theTileStyle.Builderavoiding the need to create one manually viaTileStyle.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totile(TileStyle).- Parameters:
- tile- a consumer that will call methods on- TileStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tileLayoutThe layout options for tiles. - Parameters:
- tileLayout- The layout options for tiles.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tileLayoutThe layout options for tiles. This is a convenience method that creates an instance of theTileLayoutStyle.Builderavoiding the need to create one manually viaTileLayoutStyle.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totileLayout(TileLayoutStyle).- Parameters:
- tileLayout- a consumer that will call methods on- TileLayoutStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-