Interface ComputeConfigRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComputeConfigRequest.Builder,
,ComputeConfigRequest> SdkBuilder<ComputeConfigRequest.Builder,
,ComputeConfigRequest> SdkPojo
- Enclosing class:
ComputeConfigRequest
-
Method Summary
Modifier and TypeMethodDescriptionRequest to enable or disable the compute capability on your EKS Auto Mode cluster.Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster.nodePools
(Collection<String> nodePools) Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster.nodeRoleArn
(String nodeRoleArn) The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.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
-
enabled
Request to enable or disable the compute capability on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.
- Parameters:
enabled
- Request to enable or disable the compute capability on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodePools
Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.
- Parameters:
nodePools
- Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodePools
Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.
- Parameters:
nodePools
- Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeRoleArn
The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide.
- Parameters:
nodeRoleArn
- The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-