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 Details

    • 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

      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

      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:
    • 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:
    • 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 the DeploymentConfig.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).

      Parameters:
      deploymentConfig - a consumer that will call methods on DeploymentConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 the DeploymentApplicationConfig.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<DeploymentApplicationConfig>).

      Parameters:
      deploymentApplicationConfigs - a consumer that will call methods on DeploymentApplicationConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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:
    • 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.