public static interface CreateSimulationJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateSimulationJobResponse.Builder,CreateSimulationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSimulationJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation job.
|
CreateSimulationJobResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateSimulationJobResponse.Builder |
compute(ComputeResponse compute)
Compute information for the simulation job.
|
default CreateSimulationJobResponse.Builder |
compute(Consumer<ComputeResponse.Builder> compute)
Compute information for the simulation job.
|
CreateSimulationJobResponse.Builder |
dataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
CreateSimulationJobResponse.Builder |
dataSources(Consumer<DataSource.Builder>... dataSources)
The data sources for the simulation job.
|
CreateSimulationJobResponse.Builder |
dataSources(DataSource... dataSources)
The data sources for the simulation job.
|
CreateSimulationJobResponse.Builder |
failureBehavior(FailureBehavior failureBehavior)
the failure behavior for the simulation job.
|
CreateSimulationJobResponse.Builder |
failureBehavior(String failureBehavior)
the failure behavior for the simulation job.
|
CreateSimulationJobResponse.Builder |
failureCode(SimulationJobErrorCode failureCode)
The failure code of the simulation job if it failed:
|
CreateSimulationJobResponse.Builder |
failureCode(String failureCode)
The failure code of the simulation job if it failed:
|
CreateSimulationJobResponse.Builder |
iamRole(String iamRole)
The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated
policies on your behalf.
|
CreateSimulationJobResponse.Builder |
lastStartedAt(Instant lastStartedAt)
The time, in milliseconds since the epoch, when the simulation job was last started.
|
CreateSimulationJobResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job was last updated.
|
default CreateSimulationJobResponse.Builder |
loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The logging configuration.
|
CreateSimulationJobResponse.Builder |
loggingConfig(LoggingConfig loggingConfig)
The logging configuration.
|
CreateSimulationJobResponse.Builder |
maxJobDurationInSeconds(Long maxJobDurationInSeconds)
The maximum simulation job duration in seconds.
|
default CreateSimulationJobResponse.Builder |
outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Simulation job output files location.
|
CreateSimulationJobResponse.Builder |
outputLocation(OutputLocation outputLocation)
Simulation job output files location.
|
CreateSimulationJobResponse.Builder |
robotApplications(Collection<RobotApplicationConfig> robotApplications)
The robot application used by the simulation job.
|
CreateSimulationJobResponse.Builder |
robotApplications(Consumer<RobotApplicationConfig.Builder>... robotApplications)
The robot application used by the simulation job.
|
CreateSimulationJobResponse.Builder |
robotApplications(RobotApplicationConfig... robotApplications)
The robot application used by the simulation job.
|
CreateSimulationJobResponse.Builder |
simulationApplications(Collection<SimulationApplicationConfig> simulationApplications)
The simulation application used by the simulation job.
|
CreateSimulationJobResponse.Builder |
simulationApplications(Consumer<SimulationApplicationConfig.Builder>... simulationApplications)
The simulation application used by the simulation job.
|
CreateSimulationJobResponse.Builder |
simulationApplications(SimulationApplicationConfig... simulationApplications)
The simulation application used by the simulation job.
|
CreateSimulationJobResponse.Builder |
simulationTimeMillis(Long simulationTimeMillis)
The simulation job execution duration in milliseconds.
|
CreateSimulationJobResponse.Builder |
status(SimulationJobStatus status)
The status of the simulation job.
|
CreateSimulationJobResponse.Builder |
status(String status)
The status of the simulation job.
|
CreateSimulationJobResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the simulation job.
|
default CreateSimulationJobResponse.Builder |
vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)
Information about the vpc configuration.
|
CreateSimulationJobResponse.Builder |
vpcConfig(VPCConfigResponse vpcConfig)
Information about the vpc configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSimulationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the simulation job.
arn - The Amazon Resource Name (ARN) of the simulation job.CreateSimulationJobResponse.Builder status(String status)
The status of the simulation job.
status - The status of the simulation job.SimulationJobStatus,
SimulationJobStatusCreateSimulationJobResponse.Builder status(SimulationJobStatus status)
The status of the simulation job.
status - The status of the simulation job.SimulationJobStatus,
SimulationJobStatusCreateSimulationJobResponse.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.CreateSimulationJobResponse.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.CreateSimulationJobResponse.Builder failureBehavior(String failureBehavior)
the failure behavior for the simulation job.
failureBehavior - the failure behavior for the simulation job.FailureBehavior,
FailureBehaviorCreateSimulationJobResponse.Builder failureBehavior(FailureBehavior failureBehavior)
the failure behavior for the simulation job.
failureBehavior - the failure behavior for the simulation job.FailureBehavior,
FailureBehaviorCreateSimulationJobResponse.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,
SimulationJobErrorCodeCreateSimulationJobResponse.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,
SimulationJobErrorCodeCreateSimulationJobResponse.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.CreateSimulationJobResponse.Builder outputLocation(OutputLocation outputLocation)
Simulation job output files location.
outputLocation - Simulation job output files location.default CreateSimulationJobResponse.Builder outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Simulation job output files location.
This is a convenience 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)CreateSimulationJobResponse.Builder loggingConfig(LoggingConfig loggingConfig)
The logging configuration.
loggingConfig - The logging configuration.default CreateSimulationJobResponse.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The logging configuration.
This is a convenience 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)CreateSimulationJobResponse.Builder maxJobDurationInSeconds(Long maxJobDurationInSeconds)
The maximum simulation job duration in seconds.
maxJobDurationInSeconds - The maximum simulation job duration in seconds.CreateSimulationJobResponse.Builder simulationTimeMillis(Long simulationTimeMillis)
The simulation job execution duration in milliseconds.
simulationTimeMillis - The simulation job execution duration in milliseconds.CreateSimulationJobResponse.Builder iamRole(String iamRole)
The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.
iamRole - The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated
policies on your behalf.CreateSimulationJobResponse.Builder robotApplications(Collection<RobotApplicationConfig> robotApplications)
The robot application used by the simulation job.
robotApplications - The robot application used by the simulation job.CreateSimulationJobResponse.Builder robotApplications(RobotApplicationConfig... robotApplications)
The robot application used by the simulation job.
robotApplications - The robot application used by the simulation job.CreateSimulationJobResponse.Builder robotApplications(Consumer<RobotApplicationConfig.Builder>... robotApplications)
The robot application used by the simulation job.
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 #robotApplications(List) .robotApplications - a consumer that will call methods on List.Builder #robotApplications(List) CreateSimulationJobResponse.Builder simulationApplications(Collection<SimulationApplicationConfig> simulationApplications)
The simulation application used by the simulation job.
simulationApplications - The simulation application used by the simulation job.CreateSimulationJobResponse.Builder simulationApplications(SimulationApplicationConfig... simulationApplications)
The simulation application used by the simulation job.
simulationApplications - The simulation application used by the simulation job.CreateSimulationJobResponse.Builder simulationApplications(Consumer<SimulationApplicationConfig.Builder>... simulationApplications)
The simulation application used by the simulation job.
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 #simulationApplications(List) .simulationApplications - a consumer that will call methods on List.Builder #simulationApplications(List) CreateSimulationJobResponse.Builder dataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
dataSources - The data sources for the simulation job.CreateSimulationJobResponse.Builder dataSources(DataSource... dataSources)
The data sources for the simulation job.
dataSources - The data sources for the simulation job.CreateSimulationJobResponse.Builder dataSources(Consumer<DataSource.Builder>... dataSources)
The data sources for the simulation job.
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 #dataSources(List) .dataSources - a consumer that will call methods on List.Builder #dataSources(List) CreateSimulationJobResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the simulation job.
tags - The list of all tags added to the simulation job.CreateSimulationJobResponse.Builder vpcConfig(VPCConfigResponse vpcConfig)
Information about the vpc configuration.
vpcConfig - Information about the vpc configuration.default CreateSimulationJobResponse.Builder vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)
Information about the vpc configuration.
This is a convenience 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)CreateSimulationJobResponse.Builder compute(ComputeResponse compute)
Compute information for the simulation job.
compute - Compute information for the simulation job.default CreateSimulationJobResponse.Builder compute(Consumer<ComputeResponse.Builder> compute)
Compute information for the simulation job.
This is a convenience 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 © 2020. All rights reserved.