Interface CreateQueueEnvironmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateQueueEnvironmentRequest.Builder,
,CreateQueueEnvironmentRequest> DeadlineRequest.Builder
,SdkBuilder<CreateQueueEnvironmentRequest.Builder,
,CreateQueueEnvironmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateQueueEnvironmentRequest
@Mutable
@NotThreadSafe
public static interface CreateQueueEnvironmentRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateQueueEnvironmentRequest.Builder,CreateQueueEnvironmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The unique token which the server uses to recognize retries of the same request.The farm ID of the farm to connect to the environment.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority (activated first and deactivated last).The queue ID to connect the queue and environment.The environment template to use in the queue.templateType
(String templateType) The template's file type,JSON
orYAML
.templateType
(EnvironmentTemplateType templateType) The template's file type,JSON
orYAML
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
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.
-
priority
Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority (activated first and deactivated last). 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 (activated first and deactivated last). 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.
-
templateType
The template's file type,
JSON
orYAML
.- Parameters:
templateType
- The template's file type,JSON
orYAML
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The template's file type,
JSON
orYAML
.- Parameters:
templateType
- The template's file type,JSON
orYAML
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
overrideConfiguration
CreateQueueEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateQueueEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-