Interface SyncDeploymentJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SyncDeploymentJobResponse.Builder,SyncDeploymentJobResponse>,RoboMakerResponse.Builder,SdkBuilder<SyncDeploymentJobResponse.Builder,SyncDeploymentJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SyncDeploymentJobResponse
public static interface SyncDeploymentJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<SyncDeploymentJobResponse.Builder,SyncDeploymentJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SyncDeploymentJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the synchronization request.SyncDeploymentJobResponse.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the fleet was created.SyncDeploymentJobResponse.BuilderdeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)Information about the deployment application configurations.SyncDeploymentJobResponse.BuilderdeploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)Information about the deployment application configurations.SyncDeploymentJobResponse.BuilderdeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)Information about the deployment application configurations.default SyncDeploymentJobResponse.BuilderdeploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)Information about the deployment configuration.SyncDeploymentJobResponse.BuilderdeploymentConfig(DeploymentConfig deploymentConfig)Information about the deployment configuration.SyncDeploymentJobResponse.BuilderfailureCode(String failureCode)The failure code if the job fails:SyncDeploymentJobResponse.BuilderfailureCode(DeploymentJobErrorCode failureCode)The failure code if the job fails:SyncDeploymentJobResponse.BuilderfailureReason(String failureReason)The failure reason if the job fails.SyncDeploymentJobResponse.Builderfleet(String fleet)The Amazon Resource Name (ARN) of the fleet.SyncDeploymentJobResponse.Builderstatus(String status)The status of the synchronization job.SyncDeploymentJobResponse.Builderstatus(DeploymentStatus status)The status of the synchronization job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
SyncDeploymentJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the synchronization request.
- Parameters:
arn- The Amazon Resource Name (ARN) of the synchronization request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleet
SyncDeploymentJobResponse.Builder fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
- Parameters:
fleet- The Amazon Resource Name (ARN) of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SyncDeploymentJobResponse.Builder status(String status)
The status of the synchronization job.
- Parameters:
status- The status of the synchronization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentStatus,DeploymentStatus
-
status
SyncDeploymentJobResponse.Builder status(DeploymentStatus status)
The status of the synchronization job.
- Parameters:
status- The status of the synchronization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentStatus,DeploymentStatus
-
deploymentConfig
SyncDeploymentJobResponse.Builder deploymentConfig(DeploymentConfig deploymentConfig)
Information about the deployment configuration.
- Parameters:
deploymentConfig- Information about the deployment configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentConfig
default SyncDeploymentJobResponse.Builder deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
Information about the deployment configuration.
This is a convenience method that creates an instance of theDeploymentConfig.Builderavoiding the need to create one manually viaDeploymentConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeploymentConfig(DeploymentConfig).- Parameters:
deploymentConfig- a consumer that will call methods onDeploymentConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deploymentConfig(DeploymentConfig)
-
deploymentApplicationConfigs
SyncDeploymentJobResponse.Builder deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Information about the deployment application configurations.
- Parameters:
deploymentApplicationConfigs- Information about the deployment application configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentApplicationConfigs
SyncDeploymentJobResponse.Builder deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Information about the deployment application configurations.
- Parameters:
deploymentApplicationConfigs- Information about the deployment application configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentApplicationConfigs
SyncDeploymentJobResponse.Builder deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
Information about the deployment application configurations.
This is a convenience method that creates an instance of theDeploymentApplicationConfig.Builderavoiding the need to create one manually viaDeploymentApplicationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#deploymentApplicationConfigs(List.) - Parameters:
deploymentApplicationConfigs- a consumer that will call methods onDeploymentApplicationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#deploymentApplicationConfigs(java.util.Collection)
-
failureReason
SyncDeploymentJobResponse.Builder failureReason(String failureReason)
The failure reason if the job fails.
- Parameters:
failureReason- The failure reason if the job fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
SyncDeploymentJobResponse.Builder failureCode(String failureCode)
The failure code if the job fails:
- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
- Parameters:
failureCode- The failure code if the job fails:- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentJobErrorCode,DeploymentJobErrorCode
-
failureCode
SyncDeploymentJobResponse.Builder failureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails:
- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
- Parameters:
failureCode- The failure code if the job fails:- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentJobErrorCode,DeploymentJobErrorCode
-
createdAt
SyncDeploymentJobResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
- Parameters:
createdAt- The time, in milliseconds since the epoch, when the fleet was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-