Interface ModifyDbSubnetGroupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ModifyDbSubnetGroupRequest.Builder,ModifyDbSubnetGroupRequest>, DocDbRequest.Builder, SdkBuilder<ModifyDbSubnetGroupRequest.Builder,ModifyDbSubnetGroupRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ModifyDbSubnetGroupRequest

public static interface ModifyDbSubnetGroupRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbSubnetGroupRequest.Builder,ModifyDbSubnetGroupRequest>
  • Method Details

    • dbSubnetGroupName

      ModifyDbSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)

      The name for the 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: mySubnetgroup

      Parameters:
      dbSubnetGroupName - The name for the 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: mySubnetgroup

      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 subnet group.

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

      The Amazon EC2 subnet IDs for the subnet group.

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

      ModifyDbSubnetGroupRequest.Builder subnetIds(String... subnetIds)

      The Amazon EC2 subnet IDs for the subnet group.

      Parameters:
      subnetIds - The Amazon EC2 subnet IDs for the 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.