Interface ModifyDbSubnetGroupRequest.Builder

  • Method Details

    • dbSubnetGroupName

      ModifyDbSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)

      The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

      Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

      Example: mydbsubnetgroup

      Parameters:
      dbSubnetGroupName - The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

      Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

      Example: mydbsubnetgroup

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbSubnetGroupDescription

      ModifyDbSubnetGroupRequest.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)

      The description for the DB subnet group.

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

      The EC2 subnet IDs for the DB subnet group.

      Parameters:
      subnetIds - The EC2 subnet IDs for the DB subnet group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      ModifyDbSubnetGroupRequest.Builder subnetIds(String... subnetIds)

      The EC2 subnet IDs for the DB subnet group.

      Parameters:
      subnetIds - The EC2 subnet IDs for the DB subnet group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ModifyDbSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.