| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the world template.
|
static DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.builder() |
DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.Builder.clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.Builder.createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
|
DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.Builder.name(String name)
The name of the world template.
|
DescribeWorldTemplateResponse.Builder |
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 |
DescribeWorldTemplateResponse.toBuilder() |
DescribeWorldTemplateResponse.Builder |
DescribeWorldTemplateResponse.Builder.version(String version)
The version of the world template that you're using.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeWorldTemplateResponse.Builder> |
DescribeWorldTemplateResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.