Interface DescribeWorldTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeWorldTemplateResponse.Builder,DescribeWorldTemplateResponse>,RoboMakerResponse.Builder,SdkBuilder<DescribeWorldTemplateResponse.Builder,DescribeWorldTemplateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeWorldTemplateResponse
public static interface DescribeWorldTemplateResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldTemplateResponse.Builder,DescribeWorldTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeWorldTemplateResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the world template.DescribeWorldTemplateResponse.BuilderclientRequestToken(String clientRequestToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.DescribeWorldTemplateResponse.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the world template was created.DescribeWorldTemplateResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time, in milliseconds since the epoch, when the world template was last updated.DescribeWorldTemplateResponse.Buildername(String name)The name of the world template.DescribeWorldTemplateResponse.Buildertags(Map<String,String> tags)A map that contains tag keys and tag values that are attached to the world template.DescribeWorldTemplateResponse.Builderversion(String version)The version of the world template that you're using.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeWorldTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the world template.
- Parameters:
arn- The Amazon Resource Name (ARN) of the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
DescribeWorldTemplateResponse.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeWorldTemplateResponse.Builder name(String name)
The name of the world template.
- Parameters:
name- The name of the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DescribeWorldTemplateResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world template was created.
- Parameters:
createdAt- The time, in milliseconds since the epoch, when the world template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
DescribeWorldTemplateResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
- Parameters:
lastUpdatedAt- The time, in milliseconds since the epoch, when the world template was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeWorldTemplateResponse.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
DescribeWorldTemplateResponse.Builder version(String version)
The version of the world template that you're using.
- Parameters:
version- The version of the world template that you're using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-