public static interface DeploymentJob.Builder extends SdkPojo, CopyableBuilder<DeploymentJob.Builder,DeploymentJob>
Modifier and Type | Method and Description |
---|---|
DeploymentJob.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
|
DeploymentJob.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the deployment job was created.
|
DeploymentJob.Builder |
deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
|
DeploymentJob.Builder |
deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
The deployment application configuration.
|
DeploymentJob.Builder |
deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
|
default DeploymentJob.Builder |
deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
The deployment configuration.
|
DeploymentJob.Builder |
deploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
DeploymentJob.Builder |
failureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
|
DeploymentJob.Builder |
failureCode(String failureCode)
The deployment job failure code.
|
DeploymentJob.Builder |
failureReason(String failureReason)
A short description of the reason why the deployment job failed.
|
DeploymentJob.Builder |
fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
|
DeploymentJob.Builder |
status(DeploymentStatus status)
The status of the deployment job.
|
DeploymentJob.Builder |
status(String status)
The status of the deployment job.
|
copy
applyMutation, build
DeploymentJob.Builder arn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
arn
- The Amazon Resource Name (ARN) of the deployment job.DeploymentJob.Builder fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet
- The Amazon Resource Name (ARN) of the fleet.DeploymentJob.Builder status(String status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
,
DeploymentStatus
DeploymentJob.Builder status(DeploymentStatus status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
,
DeploymentStatus
DeploymentJob.Builder deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs
- The deployment application configuration.DeploymentJob.Builder deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs
- The deployment application configuration.DeploymentJob.Builder deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
The deployment application configuration.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #deploymentApplicationConfigs(List)
.deploymentApplicationConfigs
- a consumer that will call methods on List.Builder
#deploymentApplicationConfigs(List)
DeploymentJob.Builder deploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
deploymentConfig
- The deployment configuration.default DeploymentJob.Builder deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
The deployment configuration.
This is a convenience that creates an instance of theDeploymentConfig.Builder
avoiding the need to
create one manually via DeploymentConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to deploymentConfig(DeploymentConfig)
.deploymentConfig
- a consumer that will call methods on DeploymentConfig.Builder
deploymentConfig(DeploymentConfig)
DeploymentJob.Builder failureReason(String failureReason)
A short description of the reason why the deployment job failed.
failureReason
- A short description of the reason why the deployment job failed.DeploymentJob.Builder failureCode(String failureCode)
The deployment job failure code.
failureCode
- The deployment job failure code.DeploymentJobErrorCode
,
DeploymentJobErrorCode
DeploymentJob.Builder failureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
failureCode
- The deployment job failure code.DeploymentJobErrorCode
,
DeploymentJobErrorCode
DeploymentJob.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the deployment job was created.
createdAt
- The time, in milliseconds since the epoch, when the deployment job was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.