* 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
.
*
* The metadata for different features. For example, the metadata might indicate that a feature is turned on or off * on a specific DB instance. *
*/ private java.util.Map
* 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
.
*
DbiResourceId
value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
*/
public void setIdentifier(String identifier) {
this.identifier = 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
.
*
DbiResourceId
value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
*/
public String getIdentifier() {
return this.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
.
*
DbiResourceId
value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetResourceMetadataResult withIdentifier(String identifier) {
setIdentifier(identifier);
return this;
}
/**
* * The metadata for different features. For example, the metadata might indicate that a feature is turned on or off * on a specific DB instance. *
* * @return The metadata for different features. For example, the metadata might indicate that a feature is turned on * or off on a specific DB instance. */ public java.util.Map* The metadata for different features. For example, the metadata might indicate that a feature is turned on or off * on a specific DB instance. *
* * @param 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. */ public void setFeatures(java.util.Map* The metadata for different features. For example, the metadata might indicate that a feature is turned on or off * on a specific DB instance. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public GetResourceMetadataResult withFeatures(java.util.Map