Interface NetworkMigrationMappingUpdateJobDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkMigrationMappingUpdateJobDetails.Builder,,NetworkMigrationMappingUpdateJobDetails> SdkBuilder<NetworkMigrationMappingUpdateJobDetails.Builder,,NetworkMigrationMappingUpdateJobDetails> SdkPojo
- Enclosing class:
NetworkMigrationMappingUpdateJobDetails
@Mutable
@NotThreadSafe
public static interface NetworkMigrationMappingUpdateJobDetails.Builder
extends SdkPojo, CopyableBuilder<NetworkMigrationMappingUpdateJobDetails.Builder,NetworkMigrationMappingUpdateJobDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the job was created.The timestamp when the job completed or failed.The unique identifier of the mapping update job.networkMigrationDefinitionID(String networkMigrationDefinitionID) The unique identifier of the network migration definition.networkMigrationExecutionID(String networkMigrationExecutionID) The unique identifier of the network migration execution.The current status of the mapping update job.status(NetworkMigrationJobStatus status) The current status of the mapping update job.statusDetails(String statusDetails) Detailed status information about the job.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
-
jobID
The unique identifier of the mapping update job.
- Parameters:
jobID- The unique identifier of the mapping update job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkMigrationExecutionID
NetworkMigrationMappingUpdateJobDetails.Builder networkMigrationExecutionID(String networkMigrationExecutionID) The unique identifier of the network migration execution.
- Parameters:
networkMigrationExecutionID- The unique identifier of the network migration execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkMigrationDefinitionID
NetworkMigrationMappingUpdateJobDetails.Builder networkMigrationDefinitionID(String networkMigrationDefinitionID) The unique identifier of the network migration definition.
- Parameters:
networkMigrationDefinitionID- The unique identifier of the network migration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the job was created.
- Parameters:
createdAt- The timestamp when the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The timestamp when the job completed or failed.
- Parameters:
endedAt- The timestamp when the job completed or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the mapping update job.
- Parameters:
status- The current status of the mapping update job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the mapping update job.
- Parameters:
status- The current status of the mapping update job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusDetails
Detailed status information about the job.
- Parameters:
statusDetails- Detailed status information about the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-