Interface SheetControlLayout.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SheetControlLayout.Builder,SheetControlLayout>,SdkBuilder<SheetControlLayout.Builder,SheetControlLayout>,SdkPojo
- Enclosing class:
- SheetControlLayout
public static interface SheetControlLayout.Builder extends SdkPojo, CopyableBuilder<SheetControlLayout.Builder,SheetControlLayout>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SheetControlLayout.Builderconfiguration(Consumer<SheetControlLayoutConfiguration.Builder> configuration)The configuration that determines the elements and canvas size options of sheet control.SheetControlLayout.Builderconfiguration(SheetControlLayoutConfiguration configuration)The configuration that determines the elements and canvas size options of sheet control.-
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
-
configuration
SheetControlLayout.Builder configuration(SheetControlLayoutConfiguration configuration)
The configuration that determines the elements and canvas size options of sheet control.
- Parameters:
configuration- 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.
-
configuration
default SheetControlLayout.Builder configuration(Consumer<SheetControlLayoutConfiguration.Builder> configuration)
The configuration that determines the elements and canvas size options of sheet control.
This is a convenience method that creates an instance of theSheetControlLayoutConfiguration.Builderavoiding the need to create one manually viaSheetControlLayoutConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(SheetControlLayoutConfiguration).- Parameters:
configuration- a consumer that will call methods onSheetControlLayoutConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(SheetControlLayoutConfiguration)
-
-