Interface BorderSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BorderSettings.Builder,,BorderSettings> SdkBuilder<BorderSettings.Builder,,BorderSettings> SdkPojo
- Enclosing class:
BorderSettings
@Mutable
@NotThreadSafe
public static interface BorderSettings.Builder
extends SdkPojo, CopyableBuilder<BorderSettings.Builder,BorderSettings>
-
Method Summary
Modifier and TypeMethodDescriptionborderColor(String borderColor) Color of the border.borderVisibility(String borderVisibility) Visibility setting for the border.borderVisibility(Visibility borderVisibility) Visibility setting for the border.borderWidth(String borderWidth) Width of the border.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
-
borderVisibility
Visibility setting for the border.
- Parameters:
borderVisibility- Visibility setting for the border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
borderVisibility
Visibility setting for the border.
- Parameters:
borderVisibility- Visibility setting for the border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
borderWidth
Width of the border. Valid range is from 1px to 8px.
- Parameters:
borderWidth- Width of the border. Valid range is from 1px to 8px.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
borderColor
Color of the border.
- Parameters:
borderColor- Color of the border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-