Interface DescribeWorldResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeWorldResponse.Builder,
,DescribeWorldResponse> RoboMakerResponse.Builder
,SdkBuilder<DescribeWorldResponse.Builder,
,DescribeWorldResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeWorldResponse
@Mutable
@NotThreadSafe
public static interface DescribeWorldResponse.Builder
extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldResponse.Builder,DescribeWorldResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (arn) of the world.The time, in milliseconds since the epoch, when the world was created.generationJob
(String generationJob) The Amazon Resource Name (arn) of the world generation job that generated the world.A map that contains tag keys and tag values that are attached to the world.The world template.worldDescriptionBody
(String worldDescriptionBody) Returns the JSON formatted string that describes the contents of your world.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (arn) of the world.
- Parameters:
arn
- The Amazon Resource Name (arn) of the world.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationJob
The Amazon Resource Name (arn) of the world generation job that generated the world.
- Parameters:
generationJob
- The Amazon Resource Name (arn) of the world generation job that generated the world.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
The world template.
- Parameters:
template
- The world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time, in milliseconds since the epoch, when the world was created.
- Parameters:
createdAt
- The time, in milliseconds since the epoch, when the world was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map that contains tag keys and tag values that are attached to the world.
- Parameters:
tags
- A map that contains tag keys and tag values that are attached to the world.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worldDescriptionBody
Returns the JSON formatted string that describes the contents of your world.
- Parameters:
worldDescriptionBody
- Returns the JSON formatted string that describes the contents of your world.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-