public static interface DescribeDeploymentJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeploymentJobResponse.Builder,DescribeDeploymentJobResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 method that creates an instance of theDeploymentApplicationConfig.Builder avoiding the need
to create one manually via
DeploymentApplicationConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deploymentApplicationConfigs(List.
deploymentApplicationConfigs - a consumer that will call methods on
DeploymentApplicationConfig.Builder#deploymentApplicationConfigs(java.util.Collection) 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 method that creates an instance of theRobotDeployment.Builder avoiding the need to create
one manually via RobotDeployment.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #robotDeploymentSummary(List.
robotDeploymentSummary - a consumer that will call methods on
RobotDeployment.Builder#robotDeploymentSummary(java.util.Collection) DescribeDeploymentJobResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified deployment job.
tags - The list of all tags added to the specified deployment job.Copyright © 2023. All rights reserved.