Interface DBSubnetGroup.Builder

    • Method Detail

      • dbSubnetGroupName

        DBSubnetGroup.Builder dbSubnetGroupName​(String dbSubnetGroupName)

        The name of the DB subnet group.

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

        DBSubnetGroup.Builder dbSubnetGroupDescription​(String dbSubnetGroupDescription)

        Provides the description of the DB subnet group.

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

        DBSubnetGroup.Builder vpcId​(String vpcId)

        Provides the VpcId of the DB subnet group.

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

        DBSubnetGroup.Builder subnetGroupStatus​(String subnetGroupStatus)

        Provides the status of the DB subnet group.

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

        DBSubnetGroup.Builder subnets​(Collection<Subnet> subnets)

        Contains a list of Subnet elements.

        Parameters:
        subnets - Contains a list of Subnet elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        DBSubnetGroup.Builder subnets​(Subnet... subnets)

        Contains a list of Subnet elements.

        Parameters:
        subnets - Contains a list of Subnet elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSubnetGroupArn

        DBSubnetGroup.Builder dbSubnetGroupArn​(String dbSubnetGroupArn)

        The Amazon Resource Name (ARN) for the DB subnet group.

        Parameters:
        dbSubnetGroupArn - The Amazon Resource Name (ARN) for the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.