public static interface DescribeWorldResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldResponse.Builder,DescribeWorldResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorldResponse.Builder |
arn(String arn)
The Amazon Resource Name (arn) of the world.
|
DescribeWorldResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
DescribeWorldResponse.Builder |
generationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job that generated the world.
|
DescribeWorldResponse.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world.
|
DescribeWorldResponse.Builder |
template(String template)
The world template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorldResponse.Builder arn(String arn)
The Amazon Resource Name (arn) of the world.
arn - The Amazon Resource Name (arn) of the world.DescribeWorldResponse.Builder generationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job that generated the world.
generationJob - The Amazon Resource Name (arn) of the world generation job that generated the world.DescribeWorldResponse.Builder template(String template)
The world template.
template - The world template.DescribeWorldResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world was created.
createdAt - The time, in milliseconds since the epoch, when the world was created.DescribeWorldResponse.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world.
tags - A map that contains tag keys and tag values that are attached to the world.Copyright © 2020. All rights reserved.