Interface VpcPropertiesInput.Builder

  • Method Details

    • vpcId

      The identifier of the VPC. Must match the pattern ^vpc-[a-z0-9]+$. Maximum length of 32.

      Parameters:
      vpcId - The identifier of the VPC. Must match the pattern ^vpc-[a-z0-9]+$. Maximum length of 32.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.

      Parameters:
      subnetIds - The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcPropertiesInput.Builder subnetIds(String... subnetIds)

      The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.

      Parameters:
      subnetIds - The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupId

      VpcPropertiesInput.Builder securityGroupId(String securityGroupId)

      The security group ID of the VPC connection. Must match the pattern ^sg-[a-z0-9]+$. Maximum length of 32.

      Parameters:
      securityGroupId - The security group ID of the VPC connection. Must match the pattern ^sg-[a-z0-9]+$. Maximum length of 32.
      Returns:
      Returns a reference to this object so that method calls can be chained together.