Interface UpdateWorldTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorldTemplateRequest.Builder,UpdateWorldTemplateRequest>,RoboMakerRequest.Builder,SdkBuilder<UpdateWorldTemplateRequest.Builder,UpdateWorldTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWorldTemplateRequest
public static interface UpdateWorldTemplateRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorldTemplateRequest.Builder,UpdateWorldTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateWorldTemplateRequest.Buildername(String name)The name of the template.UpdateWorldTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWorldTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWorldTemplateRequest.Buildertemplate(String template)The Amazon Resource Name (arn) of the world template to update.UpdateWorldTemplateRequest.BuildertemplateBody(String templateBody)The world template body.default UpdateWorldTemplateRequest.BuildertemplateLocation(Consumer<TemplateLocation.Builder> templateLocation)The location of the world template.UpdateWorldTemplateRequest.BuildertemplateLocation(TemplateLocation templateLocation)The location of the world template.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
template
UpdateWorldTemplateRequest.Builder template(String template)
The Amazon Resource Name (arn) of the world template to update.
- Parameters:
template- The Amazon Resource Name (arn) of the world template to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWorldTemplateRequest.Builder name(String name)
The name of the template.
- Parameters:
name- The name of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateBody
UpdateWorldTemplateRequest.Builder templateBody(String templateBody)
The world template body.
- Parameters:
templateBody- The world template body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateLocation
UpdateWorldTemplateRequest.Builder templateLocation(TemplateLocation templateLocation)
The location of the world template.
- Parameters:
templateLocation- The location of the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateLocation
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.Builderavoiding the need to create one manually viaTemplateLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totemplateLocation(TemplateLocation).- Parameters:
templateLocation- a consumer that will call methods onTemplateLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
templateLocation(TemplateLocation)
-
overrideConfiguration
UpdateWorldTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorldTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-