Uses of Interface
software.amazon.awssdk.services.pcs.model.SpotOptions.Builder
-
Packages that use SpotOptions.Builder Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of SpotOptions.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return SpotOptions.Builder Modifier and Type Method Description SpotOptions.BuilderSpotOptions.Builder. allocationStrategy(String allocationStrategy)The Amazon EC2 allocation strategy Amazon Web Services PCS uses to provision EC2 instances.SpotOptions.BuilderSpotOptions.Builder. allocationStrategy(SpotAllocationStrategy allocationStrategy)The Amazon EC2 allocation strategy Amazon Web Services PCS uses to provision EC2 instances.static SpotOptions.BuilderSpotOptions. builder()SpotOptions.BuilderSpotOptions. toBuilder()Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type SpotOptions.Builder Modifier and Type Method Description static Class<? extends SpotOptions.Builder>SpotOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type SpotOptions.Builder Modifier and Type Method Description default ComputeNodeGroup.BuilderComputeNodeGroup.Builder. spotOptions(Consumer<SpotOptions.Builder> spotOptions)Sets the value of the SpotOptions property for this object.default CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. spotOptions(Consumer<SpotOptions.Builder> spotOptions)Sets the value of the SpotOptions property for this object.default UpdateComputeNodeGroupRequest.BuilderUpdateComputeNodeGroupRequest.Builder. spotOptions(Consumer<SpotOptions.Builder> spotOptions)Sets the value of the SpotOptions property for this object.
-