Interface GutterStyle.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GutterStyle.Builder,GutterStyle>,SdkBuilder<GutterStyle.Builder,GutterStyle>,SdkPojo
- Enclosing class:
- GutterStyle
@Mutable @NotThreadSafe public static interface GutterStyle.Builder extends SdkPojo, CopyableBuilder<GutterStyle.Builder,GutterStyle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GutterStyle.Buildershow(Boolean show)This Boolean value controls whether to display a gutter space between sheet tiles.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
show
GutterStyle.Builder show(Boolean show)
This Boolean value controls whether to display a gutter space between sheet tiles.
- Parameters:
show- This Boolean value controls whether to display a gutter space between sheet tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-