public static interface DescribeWorldTemplateResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldTemplateResponse.Builder,DescribeWorldTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorldTemplateResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world template.
|
DescribeWorldTemplateResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeWorldTemplateResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
DescribeWorldTemplateResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
|
DescribeWorldTemplateResponse.Builder |
name(String name)
The name of the world template.
|
DescribeWorldTemplateResponse.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
|
DescribeWorldTemplateResponse.Builder |
version(String version)
The version of the world template that you're using.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorldTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the world template.
arn - The Amazon Resource Name (ARN) of the world template.DescribeWorldTemplateResponse.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.DescribeWorldTemplateResponse.Builder name(String name)
The name of the world template.
name - The name of the world template.DescribeWorldTemplateResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world template was created.
createdAt - The time, in milliseconds since the epoch, when the world template was created.DescribeWorldTemplateResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the world template was last updated.DescribeWorldTemplateResponse.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.DescribeWorldTemplateResponse.Builder version(String version)
The version of the world template that you're using.
version - The version of the world template that you're using.Copyright © 2023. All rights reserved.