Interface MarginStyle.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MarginStyle.Builder,,- MarginStyle> - SdkBuilder<MarginStyle.Builder,,- MarginStyle> - SdkPojo
- Enclosing class:
- MarginStyle
@Mutable
@NotThreadSafe
public static interface MarginStyle.Builder
extends SdkPojo, CopyableBuilder<MarginStyle.Builder,MarginStyle> 
- 
Method SummaryModifier and TypeMethodDescriptionThis Boolean value controls whether to display sheet margins.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- 
showThis Boolean value controls whether to display sheet margins. - Parameters:
- show- This Boolean value controls whether to display sheet margins.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-