Interface StartNetworkMigrationMappingUpdateConstruct.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StartNetworkMigrationMappingUpdateConstruct.Builder,,StartNetworkMigrationMappingUpdateConstruct> SdkBuilder<StartNetworkMigrationMappingUpdateConstruct.Builder,,StartNetworkMigrationMappingUpdateConstruct> SdkPojo
- Enclosing class:
StartNetworkMigrationMappingUpdateConstruct
@Mutable
@NotThreadSafe
public static interface StartNetworkMigrationMappingUpdateConstruct.Builder
extends SdkPojo, CopyableBuilder<StartNetworkMigrationMappingUpdateConstruct.Builder,StartNetworkMigrationMappingUpdateConstruct>
-
Method Summary
Modifier and TypeMethodDescriptionconstructID(String constructID) The ID of the construct to update.constructType(String constructType) The type of the construct.operation(Consumer<OperationUnion.Builder> operation) The operation to perform on the construct.operation(OperationUnion operation) The operation to perform on the construct.The ID of the segment containing the 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
-
segmentID
The ID of the segment containing the construct.
- Parameters:
segmentID- The ID of the segment containing the construct.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
constructID
The ID of the construct to update.
- Parameters:
constructID- The ID of the construct to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
constructType
The type of the construct.
- Parameters:
constructType- The type of the construct.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
The operation to perform on the construct.
- Parameters:
operation- The operation to perform on the construct.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
default StartNetworkMigrationMappingUpdateConstruct.Builder operation(Consumer<OperationUnion.Builder> operation) The operation to perform on the construct.
This is a convenience method that creates an instance of theOperationUnion.Builderavoiding the need to create one manually viaOperationUnion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooperation(OperationUnion).- Parameters:
operation- a consumer that will call methods onOperationUnion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-