Interface VpcConfiguration.Builder

    • Method Detail

      • vpcId

        VpcConfiguration.Builder vpcId​(String vpcId)

        The identifier of the VPC endpoint.

        Parameters:
        vpcId - The identifier of the VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfiguration.Builder securityGroupIds​(Collection<String> securityGroupIds)

        The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.

        Parameters:
        securityGroupIds - The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfiguration.Builder securityGroupIds​(String... securityGroupIds)

        The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.

        Parameters:
        securityGroupIds - The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

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

        The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.

        Parameters:
        subnetIds - The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfiguration.Builder subnetIds​(String... subnetIds)

        The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.

        Parameters:
        subnetIds - The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddressType

        VpcConfiguration.Builder ipAddressType​(String ipAddressType)

        The IP address type for cluster network configuration parameters. The following type is available:

        • IP_V4 – IP address version 4

        Parameters:
        ipAddressType - The IP address type for cluster network configuration parameters. The following type is available:

        • IP_V4 – IP address version 4

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IPAddressType, IPAddressType
      • ipAddressType

        VpcConfiguration.Builder ipAddressType​(IPAddressType ipAddressType)

        The IP address type for cluster network configuration parameters. The following type is available:

        • IP_V4 – IP address version 4

        Parameters:
        ipAddressType - The IP address type for cluster network configuration parameters. The following type is available:

        • IP_V4 – IP address version 4

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IPAddressType, IPAddressType