public static interface SyncDeploymentJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<SyncDeploymentJobResponse.Builder,SyncDeploymentJobResponse>
| Modifier and Type | Method and Description |
|---|---|
SyncDeploymentJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the synchronization request.
|
SyncDeploymentJobResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
SyncDeploymentJobResponse.Builder |
deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Information about the deployment application configurations.
|
SyncDeploymentJobResponse.Builder |
deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
Information about the deployment application configurations.
|
SyncDeploymentJobResponse.Builder |
deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Information about the deployment application configurations.
|
default SyncDeploymentJobResponse.Builder |
deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
Information about the deployment configuration.
|
SyncDeploymentJobResponse.Builder |
deploymentConfig(DeploymentConfig deploymentConfig)
Information about the deployment configuration.
|
SyncDeploymentJobResponse.Builder |
failureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails.
|
SyncDeploymentJobResponse.Builder |
failureCode(String failureCode)
The failure code if the job fails.
|
SyncDeploymentJobResponse.Builder |
failureReason(String failureReason)
The failure reason if the job fails.
|
SyncDeploymentJobResponse.Builder |
fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
|
SyncDeploymentJobResponse.Builder |
status(DeploymentStatus status)
The status of the synchronization job.
|
SyncDeploymentJobResponse.Builder |
status(String status)
The status of the synchronization job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildSyncDeploymentJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the synchronization request.
arn - The Amazon Resource Name (ARN) of the synchronization request.SyncDeploymentJobResponse.Builder fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet - The Amazon Resource Name (ARN) of the fleet.SyncDeploymentJobResponse.Builder status(String status)
The status of the synchronization job.
status - The status of the synchronization job.DeploymentStatus,
DeploymentStatusSyncDeploymentJobResponse.Builder status(DeploymentStatus status)
The status of the synchronization job.
status - The status of the synchronization job.DeploymentStatus,
DeploymentStatusSyncDeploymentJobResponse.Builder deploymentConfig(DeploymentConfig deploymentConfig)
Information about the deployment configuration.
deploymentConfig - Information about the deployment configuration.default SyncDeploymentJobResponse.Builder deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
Information about 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)SyncDeploymentJobResponse.Builder deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Information about the deployment application configurations.
deploymentApplicationConfigs - Information about the deployment application configurations.SyncDeploymentJobResponse.Builder deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Information about the deployment application configurations.
deploymentApplicationConfigs - Information about the deployment application configurations.SyncDeploymentJobResponse.Builder deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
Information about the deployment application configurations.
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) SyncDeploymentJobResponse.Builder failureReason(String failureReason)
The failure reason if the job fails.
failureReason - The failure reason if the job fails.SyncDeploymentJobResponse.Builder failureCode(String failureCode)
The failure code if the job fails.
failureCode - The failure code if the job fails.DeploymentJobErrorCode,
DeploymentJobErrorCodeSyncDeploymentJobResponse.Builder failureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails.
failureCode - The failure code if the job fails.DeploymentJobErrorCode,
DeploymentJobErrorCodeSyncDeploymentJobResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
createdAt - The time, in milliseconds since the epoch, when the fleet was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.