Interface CreateDbParameterGroupResponse.Builder

    • Method Detail

      • id

        CreateDbParameterGroupResponse.Builder id​(String 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

        CreateDbParameterGroupResponse.Builder name​(String 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

        CreateDbParameterGroupResponse.Builder arn​(String 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

        CreateDbParameterGroupResponse.Builder description​(String 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

        CreateDbParameterGroupResponse.Builder parameters​(Parameters 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.