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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceEnvironmentOrder.Builderorder(Integer order)The order of the service environment.ServiceEnvironmentOrder.BuilderserviceEnvironment(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 Detail
-
order
ServiceEnvironmentOrder.Builder order(Integer 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
ServiceEnvironmentOrder.Builder serviceEnvironment(String 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.
-
-