Interface GetResourceMetadataResponse.Builder

    • Method Detail

      • identifier

        GetResourceMetadataResponse.Builder identifier​(String identifier)

        An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

        Parameters:
        identifier - An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a 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.
      • features

        GetResourceMetadataResponse.Builder features​(Map<String,​FeatureMetadata> features)

        The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

        Parameters:
        features - The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.