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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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)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 method that creates an instance of the.Builder avoiding the need to create one manually via #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:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
failureCode - The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
DeploymentJobErrorCode,
DeploymentJobErrorCodeSyncDeploymentJobResponse.Builder failureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
failureCode - The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
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 © 2022. All rights reserved.