public static interface UpdateWorldTemplateResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorldTemplateResponse.Builder,UpdateWorldTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorldTemplateResponse.Builder |
arn(String arn)
The Amazon Resource Name (arn) of the world template.
|
UpdateWorldTemplateResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
UpdateWorldTemplateResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
|
UpdateWorldTemplateResponse.Builder |
name(String name)
The name of the world template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorldTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (arn) of the world template.
arn - The Amazon Resource Name (arn) of the world template.UpdateWorldTemplateResponse.Builder name(String name)
The name of the world template.
name - The name of the world template.UpdateWorldTemplateResponse.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.UpdateWorldTemplateResponse.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.Copyright © 2020. All rights reserved.