Interface CreateComputeNodeGroupRequest.Builder

    • Method Detail

      • clusterIdentifier

        CreateComputeNodeGroupRequest.Builder clusterIdentifier​(String clusterIdentifier)

        The name or ID of the cluster to create a compute node group in.

        Parameters:
        clusterIdentifier - The name or ID of the cluster to create a compute node group in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeNodeGroupName

        CreateComputeNodeGroupRequest.Builder computeNodeGroupName​(String computeNodeGroupName)

        A name to identify the cluster. Example: MyCluster

        Parameters:
        computeNodeGroupName - A name to identify the cluster. Example: MyCluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • amiId

        CreateComputeNodeGroupRequest.Builder amiId​(String amiId)

        The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch compute nodes (Amazon EC2 instances). If you don't provide this value, Amazon Web Services PCS uses the AMI ID specified in the custom launch template.

        Parameters:
        amiId - The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch compute nodes (Amazon EC2 instances). If you don't provide this value, Amazon Web Services PCS uses the AMI ID specified in the custom launch template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        CreateComputeNodeGroupRequest.Builder subnetIds​(Collection<String> subnetIds)

        The list of subnet IDs where the compute node group launches instances. Subnets must be in the same VPC as the cluster.

        Parameters:
        subnetIds - The list of subnet IDs where the compute node group launches instances. Subnets must be in the same VPC as the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        CreateComputeNodeGroupRequest.Builder subnetIds​(String... subnetIds)

        The list of subnet IDs where the compute node group launches instances. Subnets must be in the same VPC as the cluster.

        Parameters:
        subnetIds - The list of subnet IDs where the compute node group launches instances. Subnets must be in the same VPC as the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • purchaseOption

        CreateComputeNodeGroupRequest.Builder purchaseOption​(String purchaseOption)

        Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.

        Parameters:
        purchaseOption - Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PurchaseOption, PurchaseOption
      • purchaseOption

        CreateComputeNodeGroupRequest.Builder purchaseOption​(PurchaseOption purchaseOption)

        Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.

        Parameters:
        purchaseOption - Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PurchaseOption, PurchaseOption
      • customLaunchTemplate

        CreateComputeNodeGroupRequest.Builder customLaunchTemplate​(CustomLaunchTemplate customLaunchTemplate)
        Sets the value of the CustomLaunchTemplate property for this object.
        Parameters:
        customLaunchTemplate - The new value for the CustomLaunchTemplate property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamInstanceProfileArn

        CreateComputeNodeGroupRequest.Builder iamInstanceProfileArn​(String iamInstanceProfileArn)

        The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have pcs:RegisterComputeNodeGroupInstance permissions attached in order to provision instances correctly. The resource identifier of the ARN must start with AWSPCS. For example, arn:aws:iam:123456789012:instance-profile/AWSPCSMyComputeNodeInstanceProfile.

        Parameters:
        iamInstanceProfileArn - The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have pcs:RegisterComputeNodeGroupInstance permissions attached in order to provision instances correctly. The resource identifier of the ARN must start with AWSPCS. For example, arn:aws:iam:123456789012:instance-profile/AWSPCSMyComputeNodeInstanceProfile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scalingConfiguration

        CreateComputeNodeGroupRequest.Builder scalingConfiguration​(ScalingConfigurationRequest scalingConfiguration)

        Specifies the boundaries of the compute node group auto scaling.

        Parameters:
        scalingConfiguration - Specifies the boundaries of the compute node group auto scaling.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceConfigs

        CreateComputeNodeGroupRequest.Builder instanceConfigs​(Collection<InstanceConfig> instanceConfigs)

        A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.

        Parameters:
        instanceConfigs - A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceConfigs

        CreateComputeNodeGroupRequest.Builder instanceConfigs​(InstanceConfig... instanceConfigs)

        A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.

        Parameters:
        instanceConfigs - A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spotOptions

        CreateComputeNodeGroupRequest.Builder spotOptions​(SpotOptions spotOptions)
        Sets the value of the SpotOptions property for this object.
        Parameters:
        spotOptions - The new value for the SpotOptions property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateComputeNodeGroupRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateComputeNodeGroupRequest.Builder tags​(Map<String,​String> tags)

        1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.

        Parameters:
        tags - 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.