public static interface DescribeDeploymentJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeploymentJobResponse.Builder,DescribeDeploymentJobResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeDeploymentJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
arn - The Amazon Resource Name (ARN) of the deployment job.DescribeDeploymentJobResponse.Builder fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet - The Amazon Resource Name (ARN) of the fleet.DescribeDeploymentJobResponse.Builder status(String status)
The status of the deployment job.
status - The status of the deployment job.DeploymentStatus,
DeploymentStatusDescribeDeploymentJobResponse.Builder status(DeploymentStatus status)
The status of the deployment job.
status - The status of the deployment job.DeploymentStatus,
DeploymentStatusDescribeDeploymentJobResponse.Builder deploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
deploymentConfig - The deployment configuration.default DescribeDeploymentJobResponse.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.BuilderdeploymentConfig(DeploymentConfig)DescribeDeploymentJobResponse.Builder deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs - The deployment application configuration.DescribeDeploymentJobResponse.Builder deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs - The deployment application configuration.DescribeDeploymentJobResponse.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) DescribeDeploymentJobResponse.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.DescribeDeploymentJobResponse.Builder failureCode(String failureCode)
The deployment job failure code.
failureCode - The deployment job failure code.DeploymentJobErrorCode,
DeploymentJobErrorCodeDescribeDeploymentJobResponse.Builder failureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
failureCode - The deployment job failure code.DeploymentJobErrorCode,
DeploymentJobErrorCodeDescribeDeploymentJobResponse.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.DescribeDeploymentJobResponse.Builder robotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
A list of robot deployment summaries.
robotDeploymentSummary - A list of robot deployment summaries.DescribeDeploymentJobResponse.Builder robotDeploymentSummary(RobotDeployment... robotDeploymentSummary)
A list of robot deployment summaries.
robotDeploymentSummary - A list of robot deployment summaries.DescribeDeploymentJobResponse.Builder robotDeploymentSummary(Consumer<RobotDeployment.Builder>... robotDeploymentSummary)
A list of robot deployment summaries.
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 #robotDeploymentSummary(List) .robotDeploymentSummary - a consumer that will call methods on List.Builder #robotDeploymentSummary(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.