Interface WorldSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorldSummary.Builder,WorldSummary>,SdkBuilder<WorldSummary.Builder,WorldSummary>,SdkPojo
- Enclosing class:
- WorldSummary
public static interface WorldSummary.Builder extends SdkPojo, CopyableBuilder<WorldSummary.Builder,WorldSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the world.WorldSummary.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the world was created.WorldSummary.BuildergenerationJob(String generationJob)The Amazon Resource Name (arn) of the world generation job.WorldSummary.Buildertemplate(String template)The Amazon Resource Name (arn) of the world template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
WorldSummary.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.
-
createdAt
WorldSummary.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.
-
generationJob
WorldSummary.Builder generationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
- Parameters:
generationJob- The Amazon Resource Name (arn) of the world generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
WorldSummary.Builder template(String template)
The Amazon Resource Name (arn) of the world template.
- Parameters:
template- The Amazon Resource Name (arn) of the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-