JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.timestreaminfluxdb.model

Class GetDbParameterGroupResult

    • Constructor Detail

      • GetDbParameterGroupResult

        public GetDbParameterGroupResult()
    • Method Detail

      • setId

        public void setId(String id)

        A service-generated unique identifier.

        Parameters:
        id - A service-generated unique identifier.
      • getId

        public String getId()

        A service-generated unique identifier.

        Returns:
        A service-generated unique identifier.
      • withId

        public GetDbParameterGroupResult withId(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.
      • setName

        public void setName(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.
      • getName

        public String getName()

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

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

        public GetDbParameterGroupResult withName(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.
      • setArn

        public void setArn(String arn)

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

        Parameters:
        arn - The Amazon Resource Name (ARN) of the DB parameter group.
      • getArn

        public String getArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the DB parameter group.
      • withArn

        public GetDbParameterGroupResult withArn(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.
      • setDescription

        public void setDescription(String description)

        A description of the DB parameter group.

        Parameters:
        description - A description of the DB parameter group.
      • getDescription

        public String getDescription()

        A description of the DB parameter group.

        Returns:
        A description of the DB parameter group.
      • withDescription

        public GetDbParameterGroupResult withDescription(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.
      • setParameters

        public void setParameters(Parameters parameters)

        The parameters that comprise the DB parameter group.

        Parameters:
        parameters - The parameters that comprise the DB parameter group.
      • getParameters

        public Parameters getParameters()

        The parameters that comprise the DB parameter group.

        Returns:
        The parameters that comprise the DB parameter group.
      • withParameters

        public GetDbParameterGroupResult withParameters(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /