Interface SheetControlLayoutConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SheetControlLayoutConfiguration.Builder,,- SheetControlLayoutConfiguration> - SdkBuilder<SheetControlLayoutConfiguration.Builder,,- SheetControlLayoutConfiguration> - SdkPojo
- Enclosing class:
- SheetControlLayoutConfiguration
@Mutable
@NotThreadSafe
public static interface SheetControlLayoutConfiguration.Builder
extends SdkPojo, CopyableBuilder<SheetControlLayoutConfiguration.Builder,SheetControlLayoutConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiongridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout) The configuration that determines the elements and canvas size options of sheet control.gridLayout(GridLayoutConfiguration gridLayout) The configuration that determines the elements and canvas size options of sheet control.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- 
gridLayoutThe configuration that determines the elements and canvas size options of sheet control. - Parameters:
- gridLayout- The configuration that determines the elements and canvas size options of sheet control.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gridLayoutdefault SheetControlLayoutConfiguration.Builder gridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout) The configuration that determines the elements and canvas size options of sheet control. This is a convenience method that creates an instance of theGridLayoutConfiguration.Builderavoiding the need to create one manually viaGridLayoutConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togridLayout(GridLayoutConfiguration).- Parameters:
- gridLayout- a consumer that will call methods on- GridLayoutConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-