UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.amiId(String amiId) |
The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch instances.
|
static UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.builder() |
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.clusterIdentifier(String clusterIdentifier) |
The name or ID of the cluster of the compute node group.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.computeNodeGroupIdentifier(String computeNodeGroupIdentifier) |
The name or ID of the compute node group.
|
default UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.customLaunchTemplate(Consumer<CustomLaunchTemplate.Builder> customLaunchTemplate) |
Sets the value of the CustomLaunchTemplate property for this object.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.customLaunchTemplate(CustomLaunchTemplate customLaunchTemplate) |
Sets the value of the CustomLaunchTemplate property for this object.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.iamInstanceProfileArn(String iamInstanceProfileArn) |
The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2
instances.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.purchaseOption(String purchaseOption) |
Specifies how EC2 instances are purchased on your behalf.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.purchaseOption(PurchaseOption purchaseOption) |
Specifies how EC2 instances are purchased on your behalf.
|
default UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.scalingConfiguration(Consumer<ScalingConfigurationRequest.Builder> scalingConfiguration) |
Specifies the boundaries of the compute node group auto scaling.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.scalingConfiguration(ScalingConfigurationRequest scalingConfiguration) |
Specifies the boundaries of the compute node group auto scaling.
|
default UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.slurmConfiguration(Consumer<UpdateComputeNodeGroupSlurmConfigurationRequest.Builder> slurmConfiguration) |
Additional options related to the Slurm scheduler.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.slurmConfiguration(UpdateComputeNodeGroupSlurmConfigurationRequest slurmConfiguration) |
Additional options related to the Slurm scheduler.
|
default UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.spotOptions(Consumer<SpotOptions.Builder> spotOptions) |
Sets the value of the SpotOptions property for this object.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.spotOptions(SpotOptions spotOptions) |
Sets the value of the SpotOptions property for this object.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.subnetIds(String... subnetIds) |
The list of subnet IDs where the compute node group provisions instances.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.Builder.subnetIds(Collection<String> subnetIds) |
The list of subnet IDs where the compute node group provisions instances.
|
UpdateComputeNodeGroupRequest.Builder |
UpdateComputeNodeGroupRequest.toBuilder() |
|