Interface Spacing.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Spacing.Builder,,Spacing> SdkBuilder<Spacing.Builder,,Spacing> SdkPojo
- Enclosing class:
 Spacing
- 
Method Summary
Modifier and TypeMethodDescriptionDefine the bottom spacing.Define the left spacing.Define the right spacing.Define the top spacing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
top
Define the top spacing.
- Parameters:
 top- Define the top spacing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
bottom
Define the bottom spacing.
- Parameters:
 bottom- Define the bottom spacing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
left
Define the left spacing.
- Parameters:
 left- Define the left spacing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
right
Define the right spacing.
- Parameters:
 right- Define the right spacing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -