| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputLocation.Builder |
OutputLocation.builder() |
OutputLocation.Builder |
OutputLocation.Builder.s3Bucket(String s3Bucket)
The S3 bucket for output.
|
OutputLocation.Builder |
OutputLocation.Builder.s3Prefix(String s3Prefix)
The S3 folder in the
s3Bucket where output files will be placed. |
OutputLocation.Builder |
OutputLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputLocation.Builder> |
OutputLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default DescribeSimulationJobResponse.Builder |
DescribeSimulationJobResponse.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Location for output files generated by the simulation job.
|
default CreateSimulationJobRequest.Builder |
CreateSimulationJobRequest.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Location for output files generated by the simulation job.
|
default CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default SimulationJobRequest.Builder |
SimulationJobRequest.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default SimulationJob.Builder |
SimulationJob.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Location for output files generated by the simulation job.
|
default WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default DescribeWorldExportJobResponse.Builder |
DescribeWorldExportJobResponse.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default CreateSimulationJobResponse.Builder |
CreateSimulationJobResponse.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Simulation job output files location.
|
Copyright © 2022. All rights reserved.