Interface MergeConstruct.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MergeConstruct.Builder,,MergeConstruct> SdkBuilder<MergeConstruct.Builder,,MergeConstruct> SdkPojo
- Enclosing class:
MergeConstruct
@Mutable
@NotThreadSafe
public static interface MergeConstruct.Builder
extends SdkPojo, CopyableBuilder<MergeConstruct.Builder,MergeConstruct>
-
Method Summary
Modifier and TypeMethodDescriptionconstructID(String constructID) The construct ID to merge.The segment ID of the construct to merge.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
-
segmentID
The segment ID of the construct to merge.
- Parameters:
segmentID- The segment ID of the construct to merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
constructID
The construct ID to merge.
- Parameters:
constructID- The construct ID to merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-