public static interface CreateWorldGenerationJobRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorldGenerationJobRequest.Builder,CreateWorldGenerationJobRequest>
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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorldGenerationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.