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.pi.model

Class GetDimensionKeyDetailsRequest

    • Constructor Detail

      • GetDimensionKeyDetailsRequest

        public GetDimensionKeyDetailsRequest()
    • Method Detail

      • setServiceType

        public void setServiceType(String serviceType)

        The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

        Parameters:
        serviceType - The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.
        See Also:
        ServiceType
      • getServiceType

        public String getServiceType()

        The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

        Returns:
        The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.
        See Also:
        ServiceType
      • withServiceType

        public GetDimensionKeyDetailsRequest withServiceType(String serviceType)

        The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

        Parameters:
        serviceType - The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType
      • withServiceType

        public GetDimensionKeyDetailsRequest withServiceType(ServiceType serviceType)

        The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

        Parameters:
        serviceType - The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType
      • setIdentifier

        public void setIdentifier(String identifier)

        The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

        Parameters:
        identifier - The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
      • getIdentifier

        public String getIdentifier()

        The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

        Returns:
        The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
      • withIdentifier

        public GetDimensionKeyDetailsRequest withIdentifier(String identifier)

        The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

        Parameters:
        identifier - The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGroup

        public void setGroup(String group)

        The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

        • db.query (Amazon DocumentDB only)

        • db.sql (Amazon RDS and Aurora only)

        Parameters:
        group - The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

        • db.query (Amazon DocumentDB only)

        • db.sql (Amazon RDS and Aurora only)

      • getGroup

        public String getGroup()

        The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

        • db.query (Amazon DocumentDB only)

        • db.sql (Amazon RDS and Aurora only)

        Returns:
        The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

        • db.query (Amazon DocumentDB only)

        • db.sql (Amazon RDS and Aurora only)

      • withGroup

        public GetDimensionKeyDetailsRequest withGroup(String group)

        The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

        • db.query (Amazon DocumentDB only)

        • db.sql (Amazon RDS and Aurora only)

        Parameters:
        group - The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

        • db.query (Amazon DocumentDB only)

        • db.sql (Amazon RDS and Aurora only)

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGroupIdentifier

        public void setGroupIdentifier(String groupIdentifier)

        The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

        • db.sql.id for dimension group db.sql (Aurora and RDS only)

        • db.query.id for dimension group db.query (DocumentDB only)

        Parameters:
        groupIdentifier - The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

        • db.sql.id for dimension group db.sql (Aurora and RDS only)

        • db.query.id for dimension group db.query (DocumentDB only)

      • getGroupIdentifier

        public String getGroupIdentifier()

        The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

        • db.sql.id for dimension group db.sql (Aurora and RDS only)

        • db.query.id for dimension group db.query (DocumentDB only)

        Returns:
        The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

        • db.sql.id for dimension group db.sql (Aurora and RDS only)

        • db.query.id for dimension group db.query (DocumentDB only)

      • withGroupIdentifier

        public GetDimensionKeyDetailsRequest withGroupIdentifier(String groupIdentifier)

        The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

        • db.sql.id for dimension group db.sql (Aurora and RDS only)

        • db.query.id for dimension group db.query (DocumentDB only)

        Parameters:
        groupIdentifier - The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

        • db.sql.id for dimension group db.sql (Aurora and RDS only)

        • db.query.id for dimension group db.query (DocumentDB only)

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRequestedDimensions

        public List<String> getRequestedDimensions()

        A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

        Returns:
        A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

      • setRequestedDimensions

        public void setRequestedDimensions(Collection<String> requestedDimensions)

        A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

        Parameters:
        requestedDimensions - A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

      • withRequestedDimensions

        public GetDimensionKeyDetailsRequest withRequestedDimensions(String... requestedDimensions)

        A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

        NOTE: This method appends the values to the existing list (if any). Use setRequestedDimensions(java.util.Collection) or withRequestedDimensions(java.util.Collection) if you want to override the existing values.

        Parameters:
        requestedDimensions - A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRequestedDimensions

        public GetDimensionKeyDetailsRequest withRequestedDimensions(Collection<String> requestedDimensions)

        A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

        Parameters:
        requestedDimensions - A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

        • db.sql - Specify either the full dimension name db.sql.statement or the short dimension name statement (Aurora and RDS only).

        • db.query - Specify either the full dimension name db.query.statement or the short dimension name statement (DocumentDB only).

        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 によって変換されたページ (->オリジナル) /