public static interface CreateWorldExportJobRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorldExportJobRequest.Builder,CreateWorldExportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorldExportJobRequest.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldExportJobRequest.Builder |
iamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
default CreateWorldExportJobRequest.Builder |
outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobRequest.Builder |
outputLocation(OutputLocation outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorldExportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorldExportJobRequest.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
CreateWorldExportJobRequest.Builder |
worlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to export.
|
CreateWorldExportJobRequest.Builder |
worlds(String... worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to export.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorldExportJobRequest.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.CreateWorldExportJobRequest.Builder worlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to export.
worlds - A list of Amazon Resource Names (arns) that correspond to worlds to export.CreateWorldExportJobRequest.Builder worlds(String... worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to export.
worlds - A list of Amazon Resource Names (arns) that correspond to worlds to export.CreateWorldExportJobRequest.Builder outputLocation(OutputLocation outputLocation)
outputLocation - The new value for the OutputLocation property for this object.default CreateWorldExportJobRequest.Builder outputLocation(Consumer<OutputLocation.Builder> outputLocation)
OutputLocation.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)CreateWorldExportJobRequest.Builder iamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
iamRole - The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.CreateWorldExportJobRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
tags - A map that contains tag keys and tag values that are attached to the world export job.CreateWorldExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorldExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.