Interface MergeOperation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MergeOperation.Builder,,MergeOperation> SdkBuilder<MergeOperation.Builder,,MergeOperation> SdkPojo
- Enclosing class:
MergeOperation
@Mutable
@NotThreadSafe
public static interface MergeOperation.Builder
extends SdkPojo, CopyableBuilder<MergeOperation.Builder,MergeOperation>
-
Method Summary
Modifier and TypeMethodDescriptionmergeConstructs(Collection<MergeConstruct> mergeConstructs) The list of constructs to merge into the target.mergeConstructs(Consumer<MergeConstruct.Builder>... mergeConstructs) The list of constructs to merge into the target.mergeConstructs(MergeConstruct... mergeConstructs) The list of constructs to merge into the target.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
-
mergeConstructs
The list of constructs to merge into the target.
- Parameters:
mergeConstructs- The list of constructs to merge into the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mergeConstructs
The list of constructs to merge into the target.
- Parameters:
mergeConstructs- The list of constructs to merge into the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mergeConstructs
The list of constructs to merge into the target.
This is a convenience method that creates an instance of theMergeConstruct.Builderavoiding the need to create one manually viaMergeConstruct.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomergeConstructs(List<MergeConstruct>).- Parameters:
mergeConstructs- a consumer that will call methods onMergeConstruct.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-