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