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