Interface GetDbParameterGroupResponse.Builder

    • Method Detail

      • id

        GetDbParameterGroupResponse.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

        GetDbParameterGroupResponse.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

        GetDbParameterGroupResponse.Builder arn​(String arn)

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

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

        GetDbParameterGroupResponse.Builder description​(String description)

        A description of the DB parameter group.

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

        GetDbParameterGroupResponse.Builder parameters​(Parameters parameters)

        The parameters that comprise the DB parameter group.

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