Interface CreateQueueEnvironmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateQueueEnvironmentRequest.Builder,CreateQueueEnvironmentRequest>,DeadlineRequest.Builder,SdkBuilder<CreateQueueEnvironmentRequest.Builder,CreateQueueEnvironmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateQueueEnvironmentRequest
public static interface CreateQueueEnvironmentRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateQueueEnvironmentRequest.Builder,CreateQueueEnvironmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateQueueEnvironmentRequest.BuilderclientToken(String clientToken)The unique token which the server uses to recognize retries of the same request.CreateQueueEnvironmentRequest.BuilderfarmId(String farmId)The farm ID of the farm to connect to the environment.CreateQueueEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateQueueEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateQueueEnvironmentRequest.Builderpriority(Integer priority)Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority.CreateQueueEnvironmentRequest.BuilderqueueId(String queueId)The queue ID to connect the queue and environment.CreateQueueEnvironmentRequest.Buildertemplate(String template)The environment template to use in the queue.CreateQueueEnvironmentRequest.BuildertemplateType(String templateType)The template's file type,JSONorYAML.CreateQueueEnvironmentRequest.BuildertemplateType(EnvironmentTemplateType templateType)The template's file type,JSONorYAML.-
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.deadline.model.DeadlineRequest.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
-
clientToken
CreateQueueEnvironmentRequest.Builder clientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
- Parameters:
clientToken- The unique token which the server uses to recognize retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
farmId
CreateQueueEnvironmentRequest.Builder farmId(String farmId)
The farm ID of the farm to connect to the environment.
- Parameters:
farmId- The farm ID of the farm to connect to the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
CreateQueueEnvironmentRequest.Builder priority(Integer priority)
Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority. If two environments share the same priority value, the environment created first takes higher priority.
- Parameters:
priority- Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority. If two environments share the same priority value, the environment created first takes higher priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
CreateQueueEnvironmentRequest.Builder queueId(String queueId)
The queue ID to connect the queue and environment.
- Parameters:
queueId- The queue ID to connect the queue and environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
CreateQueueEnvironmentRequest.Builder template(String template)
The environment template to use in the queue.
- Parameters:
template- The environment template to use in the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateType
CreateQueueEnvironmentRequest.Builder templateType(String templateType)
The template's file type,
JSONorYAML.- Parameters:
templateType- The template's file type,JSONorYAML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentTemplateType,EnvironmentTemplateType
-
templateType
CreateQueueEnvironmentRequest.Builder templateType(EnvironmentTemplateType templateType)
The template's file type,
JSONorYAML.- Parameters:
templateType- The template's file type,JSONorYAML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentTemplateType,EnvironmentTemplateType
-
overrideConfiguration
CreateQueueEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateQueueEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-