Interface StartNetworkMigrationMappingUpdateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartNetworkMigrationMappingUpdateResponse.Builder,,StartNetworkMigrationMappingUpdateResponse> MgnResponse.Builder,SdkBuilder<StartNetworkMigrationMappingUpdateResponse.Builder,,StartNetworkMigrationMappingUpdateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartNetworkMigrationMappingUpdateResponse
@Mutable
@NotThreadSafe
public static interface StartNetworkMigrationMappingUpdateResponse.Builder
extends MgnResponse.Builder, SdkPojo, CopyableBuilder<StartNetworkMigrationMappingUpdateResponse.Builder,StartNetworkMigrationMappingUpdateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the mapping update job that was started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mgn.model.MgnResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobID
The unique identifier of the mapping update job that was started.
- Parameters:
jobID- The unique identifier of the mapping update job that was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-