Interface DescribeWorldResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeWorldResponse.Builder,DescribeWorldResponse>,RoboMakerResponse.Builder,SdkBuilder<DescribeWorldResponse.Builder,DescribeWorldResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeWorldResponse
public static interface DescribeWorldResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldResponse.Builder,DescribeWorldResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeWorldResponse.Builderarn(String arn)The Amazon Resource Name (arn) of the world.DescribeWorldResponse.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the world was created.DescribeWorldResponse.BuildergenerationJob(String generationJob)The Amazon Resource Name (arn) of the world generation job that generated the world.DescribeWorldResponse.Buildertags(Map<String,String> tags)A map that contains tag keys and tag values that are attached to the world.DescribeWorldResponse.Buildertemplate(String template)The world template.DescribeWorldResponse.BuilderworldDescriptionBody(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeWorldResponse.Builder arn(String 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
DescribeWorldResponse.Builder generationJob(String 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
DescribeWorldResponse.Builder template(String 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
DescribeWorldResponse.Builder createdAt(Instant 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
DescribeWorldResponse.Builder tags(Map<String,String> 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
DescribeWorldResponse.Builder worldDescriptionBody(String 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.
-
-