Interface AwsRdsDbSubnetGroup.Builder

    • Method Detail

      • dbSubnetGroupName

        AwsRdsDbSubnetGroup.Builder dbSubnetGroupName​(String dbSubnetGroupName)

        The name of the subnet group.

        Parameters:
        dbSubnetGroupName - The name of the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSubnetGroupDescription

        AwsRdsDbSubnetGroup.Builder dbSubnetGroupDescription​(String dbSubnetGroupDescription)

        The description of the subnet group.

        Parameters:
        dbSubnetGroupDescription - The description of the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        AwsRdsDbSubnetGroup.Builder vpcId​(String vpcId)

        The VPC ID of the subnet group.

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

        AwsRdsDbSubnetGroup.Builder subnetGroupStatus​(String subnetGroupStatus)

        The status of the subnet group.

        Parameters:
        subnetGroupStatus - The status of the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        AwsRdsDbSubnetGroup.Builder subnets​(AwsRdsDbSubnetGroupSubnet... subnets)

        A list of subnets in the subnet group.

        Parameters:
        subnets - A list of subnets in the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSubnetGroupArn

        AwsRdsDbSubnetGroup.Builder dbSubnetGroupArn​(String dbSubnetGroupArn)

        The ARN of the subnet group.

        Parameters:
        dbSubnetGroupArn - The ARN of the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.