Interface BorderStyle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BorderStyle.Builder,,BorderStyle> SdkBuilder<BorderStyle.Builder,,BorderStyle> SdkPojo
- Enclosing class:
BorderStyle
@Mutable
@NotThreadSafe
public static interface BorderStyle.Builder
extends SdkPojo, CopyableBuilder<BorderStyle.Builder,BorderStyle>
-
Method Summary
Modifier and TypeMethodDescriptionThe option to add color for tile borders for visuals.The option to enable display of borders for visuals.The option to set the width of tile borders for visuals.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, sdkFieldNameToField, sdkFields
-
Method Details
-
color
The option to add color for tile borders for visuals.
- Parameters:
color- The option to add color for tile borders for visuals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
show
The option to enable display of borders for visuals.
- Parameters:
show- The option to enable display of borders for visuals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
width
The option to set the width of tile borders for visuals.
- Parameters:
width- The option to set the width of tile borders for visuals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-