DescribeWorldResponse.Builder |
DescribeWorldResponse.Builder.arn(String arn) |
The Amazon Resource Name (arn) of the world.
|
static DescribeWorldResponse.Builder |
DescribeWorldResponse.builder() |
|
DescribeWorldResponse.Builder |
DescribeWorldResponse.Builder.createdAt(Instant createdAt) |
The time, in milliseconds since the epoch, when the world was created.
|
DescribeWorldResponse.Builder |
DescribeWorldResponse.Builder.generationJob(String generationJob) |
The Amazon Resource Name (arn) of the world generation job that generated the world.
|
DescribeWorldResponse.Builder |
DescribeWorldResponse.Builder.tags(Map<String,String> tags) |
A map that contains tag keys and tag values that are attached to the world.
|
DescribeWorldResponse.Builder |
DescribeWorldResponse.Builder.template(String template) |
The world template.
|
DescribeWorldResponse.Builder |
DescribeWorldResponse.toBuilder() |
|
DescribeWorldResponse.Builder |
DescribeWorldResponse.Builder.worldDescriptionBody(String worldDescriptionBody) |
Returns the JSON formatted string that describes the contents of your world.
|