Interface ServiceEnvironmentOrder.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceEnvironmentOrder.Builder,
,ServiceEnvironmentOrder> SdkBuilder<ServiceEnvironmentOrder.Builder,
,ServiceEnvironmentOrder> SdkPojo
- Enclosing class:
ServiceEnvironmentOrder
@Mutable
@NotThreadSafe
public static interface ServiceEnvironmentOrder.Builder
extends SdkPojo, CopyableBuilder<ServiceEnvironmentOrder.Builder,ServiceEnvironmentOrder>
-
Method Summary
Modifier and TypeMethodDescriptionThe order of the service environment.serviceEnvironment
(String serviceEnvironment) The name or ARN of the service environment.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, sdkFieldNameToField, sdkFields
-
Method Details
-
order
The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
- Parameters:
order
- The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceEnvironment
The name or ARN of the service environment.
- Parameters:
serviceEnvironment
- The name or ARN of the service environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-