Interface VpcPropertiesOutput.Builder

  • Method Details

    • vpcId

      The identifier of the VPC.

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

      The subnet IDs of the VPC connection.

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

      VpcPropertiesOutput.Builder subnetIds(String... subnetIds)

      The subnet IDs of the VPC connection.

      Parameters:
      subnetIds - The subnet IDs of the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the VPC connection.

      Parameters:
      status - The status of the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the VPC connection.

      Parameters:
      status - The status of the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • securityGroupId

      VpcPropertiesOutput.Builder securityGroupId(String securityGroupId)

      The security group ID of the VPC connection.

      Parameters:
      securityGroupId - The security group ID of the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glueConnectionNames

      VpcPropertiesOutput.Builder glueConnectionNames(Collection<String> glueConnectionNames)

      The Amazon Web Services Glue connection names associated with the VPC connection.

      Parameters:
      glueConnectionNames - The Amazon Web Services Glue connection names associated with the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glueConnectionNames

      VpcPropertiesOutput.Builder glueConnectionNames(String... glueConnectionNames)

      The Amazon Web Services Glue connection names associated with the VPC connection.

      Parameters:
      glueConnectionNames - The Amazon Web Services Glue connection names associated with the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.