Class DimensionKeyDetail
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DimensionKeyDetail.Builder,DimensionKeyDetail>
An object that describes the details for a specified dimension.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DimensionKeyDetail.Builderbuilder()final StringThe full name of the dimension.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DimensionKeyDetail.Builder>final DetailStatusstatus()The status of the dimension detail data.final StringThe status of the dimension detail data.final StringtoString()Returns a string representation of this object.final Stringvalue()The value of the dimension detail data.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
value
The value of the dimension detail data. Depending on the return status, this value is either the full or truncated SQL query for the following dimensions:
-
db.query.statement(Amazon DocumentDB) -
db.sql.statement(Amazon RDS and Aurora)
- Returns:
- The value of the dimension detail data. Depending on the return status, this value is either the full or
truncated SQL query for the following dimensions:
-
db.query.statement(Amazon DocumentDB) -
db.sql.statement(Amazon RDS and Aurora)
-
-
-
dimension
The full name of the dimension. The full name includes the group name and key name. The following values are valid:
-
db.query.statement(Amazon DocumentDB) -
db.sql.statement(Amazon RDS and Aurora)
- Returns:
- The full name of the dimension. The full name includes the group name and key name. The following values
are valid:
-
db.query.statement(Amazon DocumentDB) -
db.sql.statement(Amazon RDS and Aurora)
-
-
-
status
The status of the dimension detail data. Possible values include the following:
-
AVAILABLE- The dimension detail data is ready to be retrieved. -
PROCESSING- The dimension detail data isn't ready to be retrieved because more processing time is required. If the requested detail data has the statusPROCESSING, Performance Insights returns the truncated query. -
UNAVAILABLE- The dimension detail data could not be collected successfully.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDetailStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the dimension detail data. Possible values include the following:
-
AVAILABLE- The dimension detail data is ready to be retrieved. -
PROCESSING- The dimension detail data isn't ready to be retrieved because more processing time is required. If the requested detail data has the statusPROCESSING, Performance Insights returns the truncated query. -
UNAVAILABLE- The dimension detail data could not be collected successfully.
-
- See Also:
-
-
statusAsString
The status of the dimension detail data. Possible values include the following:
-
AVAILABLE- The dimension detail data is ready to be retrieved. -
PROCESSING- The dimension detail data isn't ready to be retrieved because more processing time is required. If the requested detail data has the statusPROCESSING, Performance Insights returns the truncated query. -
UNAVAILABLE- The dimension detail data could not be collected successfully.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDetailStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the dimension detail data. Possible values include the following:
-
AVAILABLE- The dimension detail data is ready to be retrieved. -
PROCESSING- The dimension detail data isn't ready to be retrieved because more processing time is required. If the requested detail data has the statusPROCESSING, Performance Insights returns the truncated query. -
UNAVAILABLE- The dimension detail data could not be collected successfully.
-
- See Also:
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DimensionKeyDetail.Builder,DimensionKeyDetail>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-