public static interface CreateWorldTemplateRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorldTemplateRequest.Builder,CreateWorldTemplateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorldTemplateRequest.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.CreateWorldTemplateRequest.Builder name(String name)
The name of the world template.
name - The name of the world template.CreateWorldTemplateRequest.Builder templateBody(String templateBody)
The world template body.
templateBody - The world template body.CreateWorldTemplateRequest.Builder templateLocation(TemplateLocation templateLocation)
The location of the world template.
templateLocation - The location of the world template.default CreateWorldTemplateRequest.Builder templateLocation(Consumer<TemplateLocation.Builder> templateLocation)
The location of the world template.
This is a convenience method that creates an instance of theTemplateLocation.Builder avoiding the
need to create one manually via TemplateLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to templateLocation(TemplateLocation).
templateLocation - a consumer that will call methods on TemplateLocation.BuildertemplateLocation(TemplateLocation)CreateWorldTemplateRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
tags - A map that contains tag keys and tag values that are attached to the world template.CreateWorldTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorldTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.