public static interface CreateWorldGenerationJobRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorldGenerationJobRequest.Builder,CreateWorldGenerationJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorldGenerationJobRequest.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldGenerationJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorldGenerationJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorldGenerationJobRequest.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
|
CreateWorldGenerationJobRequest.Builder |
template(String template)
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
|
default CreateWorldGenerationJobRequest.Builder |
worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
CreateWorldGenerationJobRequest.Builder |
worldCount(WorldCount worldCount)
Information about the world count.
|
CreateWorldGenerationJobRequest.Builder |
worldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorldGenerationJobRequest.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.CreateWorldGenerationJobRequest.Builder template(String template)
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
template - The Amazon Resource Name (arn) of the world template describing the worlds you want to create.CreateWorldGenerationJobRequest.Builder worldCount(WorldCount worldCount)
Information about the world count.
worldCount - Information about the world count.default CreateWorldGenerationJobRequest.Builder worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
This is a convenience method that creates an instance of theWorldCount.Builder avoiding the need to
create one manually via WorldCount.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to worldCount(WorldCount).
worldCount - a consumer that will call methods on WorldCount.BuilderworldCount(WorldCount)CreateWorldGenerationJobRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
tags - A map that contains tag keys and tag values that are attached to the world generator job.CreateWorldGenerationJobRequest.Builder worldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
worldTags - A map that contains tag keys and tag values that are attached to the generated worlds.CreateWorldGenerationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorldGenerationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.