Interface SplitConstruct.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SplitConstruct.Builder,,SplitConstruct> SdkBuilder<SplitConstruct.Builder,,SplitConstruct> SdkPojo
- Enclosing class:
SplitConstruct
@Mutable
@NotThreadSafe
public static interface SplitConstruct.Builder
extends SdkPojo, CopyableBuilder<SplitConstruct.Builder,SplitConstruct>
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR block for the split construct.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
-
cidrBlock
The CIDR block for the split construct.
- Parameters:
cidrBlock- The CIDR block for the split construct.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-