Interface CreateWorldGenerationJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorldGenerationJobRequest.Builder,CreateWorldGenerationJobRequest>,RoboMakerRequest.Builder,SdkBuilder<CreateWorldGenerationJobRequest.Builder,CreateWorldGenerationJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateWorldGenerationJobRequest
public static interface CreateWorldGenerationJobRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorldGenerationJobRequest.Builder,CreateWorldGenerationJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateWorldGenerationJobRequest.BuilderclientRequestToken(String clientRequestToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateWorldGenerationJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorldGenerationJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorldGenerationJobRequest.Buildertags(Map<String,String> tags)A map that contains tag keys and tag values that are attached to the world generator job.CreateWorldGenerationJobRequest.Buildertemplate(String template)The Amazon Resource Name (arn) of the world template describing the worlds you want to create.default CreateWorldGenerationJobRequest.BuilderworldCount(Consumer<WorldCount.Builder> worldCount)Information about the world count.CreateWorldGenerationJobRequest.BuilderworldCount(WorldCount worldCount)Information about the world count.CreateWorldGenerationJobRequest.BuilderworldTags(Map<String,String> worldTags)A map that contains tag keys and tag values that are attached to the generated worlds.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerRequest.Builder
build
-
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
-
clientRequestToken
CreateWorldGenerationJobRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
CreateWorldGenerationJobRequest.Builder template(String template)
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
- Parameters:
template- The Amazon Resource Name (arn) of the world template describing the worlds you want to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worldCount
CreateWorldGenerationJobRequest.Builder worldCount(WorldCount worldCount)
Information about the world count.
- Parameters:
worldCount- Information about the world count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worldCount
default CreateWorldGenerationJobRequest.Builder worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
This is a convenience method that creates an instance of theWorldCount.Builderavoiding the need to create one manually viaWorldCount.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworldCount(WorldCount).- Parameters:
worldCount- a consumer that will call methods onWorldCount.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
worldCount(WorldCount)
-
tags
CreateWorldGenerationJobRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to the world generator job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worldTags
CreateWorldGenerationJobRequest.Builder worldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
- Parameters:
worldTags- A map that contains tag keys and tag values that are attached to the generated worlds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWorldGenerationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorldGenerationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-