public static interface DescribeSimulationJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeSimulationJobResponse.Builder,DescribeSimulationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSimulationJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation job.
|
DescribeSimulationJobResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeSimulationJobResponse.Builder |
compute(ComputeResponse compute)
Compute information for the simulation job.
|
default DescribeSimulationJobResponse.Builder |
compute(Consumer<ComputeResponse.Builder> compute)
Compute information for the simulation job.
|
DescribeSimulationJobResponse.Builder |
dataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
DescribeSimulationJobResponse.Builder |
dataSources(Consumer<DataSource.Builder>... dataSources)
The data sources for the simulation job.
|
DescribeSimulationJobResponse.Builder |
dataSources(DataSource... dataSources)
The data sources for the simulation job.
|
DescribeSimulationJobResponse.Builder |
failureBehavior(FailureBehavior failureBehavior)
The failure behavior for the simulation job.
|
DescribeSimulationJobResponse.Builder |
failureBehavior(String failureBehavior)
The failure behavior for the simulation job.
|
DescribeSimulationJobResponse.Builder |
failureCode(SimulationJobErrorCode failureCode)
The failure code of the simulation job if it failed:
|
DescribeSimulationJobResponse.Builder |
failureCode(String failureCode)
The failure code of the simulation job if it failed:
|
DescribeSimulationJobResponse.Builder |
failureReason(String failureReason)
Details about why the simulation job failed.
|
DescribeSimulationJobResponse.Builder |
iamRole(String iamRole)
The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated
policies on your behalf.
|
DescribeSimulationJobResponse.Builder |
lastStartedAt(Instant lastStartedAt)
The time, in milliseconds since the epoch, when the simulation job was last started.
|
DescribeSimulationJobResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job was last updated.
|
default DescribeSimulationJobResponse.Builder |
loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The logging configuration.
|
DescribeSimulationJobResponse.Builder |
loggingConfig(LoggingConfig loggingConfig)
The logging configuration.
|
DescribeSimulationJobResponse.Builder |
maxJobDurationInSeconds(Long maxJobDurationInSeconds)
The maximum job duration in seconds.
|
DescribeSimulationJobResponse.Builder |
name(String name)
The name of the simulation job.
|
default DescribeSimulationJobResponse.Builder |
networkInterface(Consumer<NetworkInterface.Builder> networkInterface)
The network interface information for the simulation job.
|
DescribeSimulationJobResponse.Builder |
networkInterface(NetworkInterface networkInterface)
The network interface information for the simulation job.
|
default DescribeSimulationJobResponse.Builder |
outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Location for output files generated by the simulation job.
|
DescribeSimulationJobResponse.Builder |
outputLocation(OutputLocation outputLocation)
Location for output files generated by the simulation job.
|
DescribeSimulationJobResponse.Builder |
robotApplications(Collection<RobotApplicationConfig> robotApplications)
A list of robot applications.
|
DescribeSimulationJobResponse.Builder |
robotApplications(Consumer<RobotApplicationConfig.Builder>... robotApplications)
A list of robot applications.
|
DescribeSimulationJobResponse.Builder |
robotApplications(RobotApplicationConfig... robotApplications)
A list of robot applications.
|
DescribeSimulationJobResponse.Builder |
simulationApplications(Collection<SimulationApplicationConfig> simulationApplications)
A list of simulation applications.
|
DescribeSimulationJobResponse.Builder |
simulationApplications(Consumer<SimulationApplicationConfig.Builder>... simulationApplications)
A list of simulation applications.
|
DescribeSimulationJobResponse.Builder |
simulationApplications(SimulationApplicationConfig... simulationApplications)
A list of simulation applications.
|
DescribeSimulationJobResponse.Builder |
simulationTimeMillis(Long simulationTimeMillis)
The simulation job execution duration in milliseconds.
|
DescribeSimulationJobResponse.Builder |
status(SimulationJobStatus status)
The status of the simulation job.
|
DescribeSimulationJobResponse.Builder |
status(String status)
The status of the simulation job.
|
DescribeSimulationJobResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the specified simulation job.
|
default DescribeSimulationJobResponse.Builder |
vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)
The VPC configuration.
|
DescribeSimulationJobResponse.Builder |
vpcConfig(VPCConfigResponse vpcConfig)
The VPC configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSimulationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the simulation job.
arn - The Amazon Resource Name (ARN) of the simulation job.DescribeSimulationJobResponse.Builder name(String name)
The name of the simulation job.
name - The name of the simulation job.DescribeSimulationJobResponse.Builder status(String status)
The status of the simulation job.
status - The status of the simulation job.SimulationJobStatus,
SimulationJobStatusDescribeSimulationJobResponse.Builder status(SimulationJobStatus status)
The status of the simulation job.
status - The status of the simulation job.SimulationJobStatus,
SimulationJobStatusDescribeSimulationJobResponse.Builder lastStartedAt(Instant lastStartedAt)
The time, in milliseconds since the epoch, when the simulation job was last started.
lastStartedAt - The time, in milliseconds since the epoch, when the simulation job was last started.DescribeSimulationJobResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job was last updated.DescribeSimulationJobResponse.Builder failureBehavior(String failureBehavior)
The failure behavior for the simulation job.
failureBehavior - The failure behavior for the simulation job.FailureBehavior,
FailureBehaviorDescribeSimulationJobResponse.Builder failureBehavior(FailureBehavior failureBehavior)
The failure behavior for the simulation job.
failureBehavior - The failure behavior for the simulation job.FailureBehavior,
FailureBehaviorDescribeSimulationJobResponse.Builder failureCode(String failureCode)
The failure code of the simulation job if it failed:
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 of the simulation job if it failed:
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.
SimulationJobErrorCode,
SimulationJobErrorCodeDescribeSimulationJobResponse.Builder failureCode(SimulationJobErrorCode failureCode)
The failure code of the simulation job if it failed:
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 of the simulation job if it failed:
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.
SimulationJobErrorCode,
SimulationJobErrorCodeDescribeSimulationJobResponse.Builder failureReason(String failureReason)
Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.
failureReason - Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.DescribeSimulationJobResponse.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.DescribeSimulationJobResponse.Builder outputLocation(OutputLocation outputLocation)
Location for output files generated by the simulation job.
outputLocation - Location for output files generated by the simulation job.default DescribeSimulationJobResponse.Builder outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Location for output files generated by the simulation job.
This is a convenience method that creates an instance of theOutputLocation.Builder avoiding the need
to create one manually via OutputLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputLocation(OutputLocation).
outputLocation - a consumer that will call methods on OutputLocation.BuilderoutputLocation(OutputLocation)DescribeSimulationJobResponse.Builder loggingConfig(LoggingConfig loggingConfig)
The logging configuration.
loggingConfig - The logging configuration.default DescribeSimulationJobResponse.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The logging configuration.
This is a convenience method that creates an instance of theLoggingConfig.Builder avoiding the need
to create one manually via LoggingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loggingConfig(LoggingConfig).
loggingConfig - a consumer that will call methods on LoggingConfig.BuilderloggingConfig(LoggingConfig)DescribeSimulationJobResponse.Builder maxJobDurationInSeconds(Long maxJobDurationInSeconds)
The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.
maxJobDurationInSeconds - The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.DescribeSimulationJobResponse.Builder simulationTimeMillis(Long simulationTimeMillis)
The simulation job execution duration in milliseconds.
simulationTimeMillis - The simulation job execution duration in milliseconds.DescribeSimulationJobResponse.Builder iamRole(String iamRole)
The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.
iamRole - The IAM role that allows the simulation instance to call the AWS APIs that are specified in its
associated policies on your behalf.DescribeSimulationJobResponse.Builder robotApplications(Collection<RobotApplicationConfig> robotApplications)
A list of robot applications.
robotApplications - A list of robot applications.DescribeSimulationJobResponse.Builder robotApplications(RobotApplicationConfig... robotApplications)
A list of robot applications.
robotApplications - A list of robot applications.DescribeSimulationJobResponse.Builder robotApplications(Consumer<RobotApplicationConfig.Builder>... robotApplications)
A list of robot applications.
This is a convenience method that creates an instance of theRobotApplicationConfig.Builder avoiding the need to
create one manually via
RobotApplicationConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #robotApplications(List.
robotApplications - a consumer that will call methods on
RobotApplicationConfig.Builder#robotApplications(java.util.Collection) DescribeSimulationJobResponse.Builder simulationApplications(Collection<SimulationApplicationConfig> simulationApplications)
A list of simulation applications.
simulationApplications - A list of simulation applications.DescribeSimulationJobResponse.Builder simulationApplications(SimulationApplicationConfig... simulationApplications)
A list of simulation applications.
simulationApplications - A list of simulation applications.DescribeSimulationJobResponse.Builder simulationApplications(Consumer<SimulationApplicationConfig.Builder>... simulationApplications)
A list of simulation applications.
This is a convenience method that creates an instance of theSimulationApplicationConfig.Builder avoiding the need
to create one manually via
SimulationApplicationConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #simulationApplications(List.
simulationApplications - a consumer that will call methods on
SimulationApplicationConfig.Builder#simulationApplications(java.util.Collection) DescribeSimulationJobResponse.Builder dataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
dataSources - The data sources for the simulation job.DescribeSimulationJobResponse.Builder dataSources(DataSource... dataSources)
The data sources for the simulation job.
dataSources - The data sources for the simulation job.DescribeSimulationJobResponse.Builder dataSources(Consumer<DataSource.Builder>... dataSources)
The data sources for the simulation job.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to create one
manually via DataSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #dataSources(List.
dataSources - a consumer that will call methods on
DataSource.Builder#dataSources(java.util.Collection) DescribeSimulationJobResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified simulation job.
tags - The list of all tags added to the specified simulation job.DescribeSimulationJobResponse.Builder vpcConfig(VPCConfigResponse vpcConfig)
The VPC configuration.
vpcConfig - The VPC configuration.default DescribeSimulationJobResponse.Builder vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)
The VPC configuration.
This is a convenience method that creates an instance of theVPCConfigResponse.Builder avoiding the
need to create one manually via VPCConfigResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConfig(VPCConfigResponse).
vpcConfig - a consumer that will call methods on VPCConfigResponse.BuildervpcConfig(VPCConfigResponse)DescribeSimulationJobResponse.Builder networkInterface(NetworkInterface networkInterface)
The network interface information for the simulation job.
networkInterface - The network interface information for the simulation job.default DescribeSimulationJobResponse.Builder networkInterface(Consumer<NetworkInterface.Builder> networkInterface)
The network interface information for the simulation job.
This is a convenience method that creates an instance of theNetworkInterface.Builder avoiding the
need to create one manually via NetworkInterface.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to networkInterface(NetworkInterface).
networkInterface - a consumer that will call methods on NetworkInterface.BuildernetworkInterface(NetworkInterface)DescribeSimulationJobResponse.Builder compute(ComputeResponse compute)
Compute information for the simulation job.
compute - Compute information for the simulation job.default DescribeSimulationJobResponse.Builder compute(Consumer<ComputeResponse.Builder> compute)
Compute information for the simulation job.
This is a convenience method that creates an instance of theComputeResponse.Builder avoiding the
need to create one manually via ComputeResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to compute(ComputeResponse).
compute - a consumer that will call methods on ComputeResponse.Buildercompute(ComputeResponse)Copyright © 2022. All rights reserved.