Interface CreateDbParameterGroupResponse.Builder

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

  • Method Details

    • id

      A service-generated unique identifier.

      Parameters:
      id - A service-generated unique identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

      Parameters:
      name - The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARM) of the DB parameter group.

      Parameters:
      arn - The Amazon Resource Name (ARM) of the DB parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The description of the DB parameter group.

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

      A list of the parameters that comprise the DB parameter group.

      Parameters:
      parameters - A list of the parameters that comprise the DB parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      A list of the parameters that comprise the DB parameter group.

      This is a convenience method that creates an instance of the Parameters.Builder avoiding the need to create one manually via Parameters.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to parameters(Parameters).

      Parameters:
      parameters - a consumer that will call methods on Parameters.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: