public static interface ComputeEnvironmentOrder.Builder extends SdkPojo, CopyableBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>
Modifier and Type | Method and Description |
---|---|
ComputeEnvironmentOrder.Builder |
computeEnvironment(String computeEnvironment)
The Amazon Resource Name (ARN) of the compute environment.
|
ComputeEnvironmentOrder.Builder |
order(Integer order)
The order of the compute environment.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ComputeEnvironmentOrder.Builder order(Integer order)
The order of the compute environment.
order
- The order of the compute environment.ComputeEnvironmentOrder.Builder computeEnvironment(String computeEnvironment)
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironment
- The Amazon Resource Name (ARN) of the compute environment.Copyright © 2019. All rights reserved.