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
Modifier and TypeMethodDescriptiondefault SheetControlLayout.Builder
configuration
(Consumer<SheetControlLayoutConfiguration.Builder> configuration) The configuration that determines the elements and canvas size options of sheet control.configuration
(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 Details
-
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.Builder
avoiding the need to create one manually viaSheetControlLayoutConfiguration.builder()
.When the
Consumer
completes,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:
-