static CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.builder() |
|
CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.clientRequestToken(String clientRequestToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldExportJobRequest.Builder |
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 |
CreateWorldExportJobRequest.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation) |
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.outputLocation(OutputLocation outputLocation) |
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateWorldExportJobRequest.Builder |
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 |
CreateWorldExportJobRequest.toBuilder() |
|
CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.worlds(String... worlds) |
A list of Amazon Resource Names (arns) that correspond to worlds to export.
|
CreateWorldExportJobRequest.Builder |
CreateWorldExportJobRequest.Builder.worlds(Collection<String> worlds) |
A list of Amazon Resource Names (arns) that correspond to worlds to export.
|