Interface SplitOperation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SplitOperation.Builder,,SplitOperation> SdkBuilder<SplitOperation.Builder,,SplitOperation> SdkPojo
- Enclosing class:
SplitOperation
@Mutable
@NotThreadSafe
public static interface SplitOperation.Builder
extends SdkPojo, CopyableBuilder<SplitOperation.Builder,SplitOperation>
-
Method Summary
Modifier and TypeMethodDescriptionsplitConstructs(Collection<SplitConstruct> splitConstructs) The list of split targets with their CIDR blocks.splitConstructs(Consumer<SplitConstruct.Builder>... splitConstructs) The list of split targets with their CIDR blocks.splitConstructs(SplitConstruct... splitConstructs) The list of split targets with their CIDR blocks.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
-
splitConstructs
The list of split targets with their CIDR blocks.
- Parameters:
splitConstructs- The list of split targets with their CIDR blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitConstructs
The list of split targets with their CIDR blocks.
- Parameters:
splitConstructs- The list of split targets with their CIDR blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitConstructs
The list of split targets with their CIDR blocks.
This is a convenience method that creates an instance of theSplitConstruct.Builderavoiding the need to create one manually viaSplitConstruct.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosplitConstructs(List<SplitConstruct>).- Parameters:
splitConstructs- a consumer that will call methods onSplitConstruct.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-