Interface ResetDbParameterGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ResetDbParameterGroupResponse.Builder,ResetDbParameterGroupResponse>, NeptuneResponse.Builder, SdkBuilder<ResetDbParameterGroupResponse.Builder,ResetDbParameterGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ResetDbParameterGroupResponse

public static interface ResetDbParameterGroupResponse.Builder extends NeptuneResponse.Builder, SdkPojo, CopyableBuilder<ResetDbParameterGroupResponse.Builder,ResetDbParameterGroupResponse>
  • Method Details

    • dbParameterGroupName

      ResetDbParameterGroupResponse.Builder dbParameterGroupName(String dbParameterGroupName)

      Provides the name of the DB parameter group.

      Parameters:
      dbParameterGroupName - Provides the name of the DB parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.