SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the synchronization request.
|
static SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.builder() |
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.createdAt(Instant createdAt) |
The time, in milliseconds since the epoch, when the fleet was created.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs) |
Information about the deployment application configurations.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs) |
Information about the deployment application configurations.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs) |
Information about the deployment application configurations.
|
default SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) |
Information about the deployment configuration.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.deploymentConfig(DeploymentConfig deploymentConfig) |
Information about the deployment configuration.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.failureCode(String failureCode) |
The failure code if the job fails:
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.failureCode(DeploymentJobErrorCode failureCode) |
The failure code if the job fails:
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.failureReason(String failureReason) |
The failure reason if the job fails.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.fleet(String fleet) |
The Amazon Resource Name (ARN) of the fleet.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.status(String status) |
The status of the synchronization job.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.status(DeploymentStatus status) |
The status of the synchronization job.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.toBuilder() |
|