public static interface UpdateWorldTemplateRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorldTemplateRequest.Builder,UpdateWorldTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorldTemplateRequest.Builder |
name(String name)
The name of the template.
|
UpdateWorldTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorldTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorldTemplateRequest.Builder |
template(String template)
The Amazon Resource Name (arn) of the world template to update.
|
UpdateWorldTemplateRequest.Builder |
templateBody(String templateBody)
The world template body.
|
default UpdateWorldTemplateRequest.Builder |
templateLocation(Consumer<TemplateLocation.Builder> templateLocation)
The location of the world template.
|
UpdateWorldTemplateRequest.Builder |
templateLocation(TemplateLocation templateLocation)
The location of the world template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorldTemplateRequest.Builder template(String template)
The Amazon Resource Name (arn) of the world template to update.
template - The Amazon Resource Name (arn) of the world template to update.UpdateWorldTemplateRequest.Builder name(String name)
The name of the template.
name - The name of the template.UpdateWorldTemplateRequest.Builder templateBody(String templateBody)
The world template body.
templateBody - The world template body.UpdateWorldTemplateRequest.Builder templateLocation(TemplateLocation templateLocation)
The location of the world template.
templateLocation - The location of the world template.default UpdateWorldTemplateRequest.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)UpdateWorldTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorldTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.