Class IndexPolicy
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IndexPolicy.Builder,IndexPolicy>
This structure contains information about one field index policy in this account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexPolicy.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LongThe date and time that this index policy was most recently updated.final StringThe ARN of the log group that this index policy applies to.final StringThe policy document for this index policy, in JSON format.final StringThe name of this policy.static Class<? extends IndexPolicy.Builder>final IndexSourcesource()This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.final StringThis field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.final StringtoString()Returns a string representation of this object.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
-
logGroupIdentifier
The ARN of the log group that this index policy applies to.
- Returns:
- The ARN of the log group that this index policy applies to.
-
lastUpdateTime
The date and time that this index policy was most recently updated.
- Returns:
- The date and time that this index policy was most recently updated.
-
policyDocument
The policy document for this index policy, in JSON format.
- Returns:
- The policy document for this index policy, in JSON format.
-
policyName
The name of this policy. Responses about log group-level field index policies don't have this field, because those policies don't have names.
- Returns:
- The name of this policy. Responses about log group-level field index policies don't have this field, because those policies don't have names.
-
source
This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.
If the service returns an enum value that is not available in the current SDK version,
sourcewill returnIndexSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceAsString().- Returns:
- This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.
- See Also:
-
sourceAsString
This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.
If the service returns an enum value that is not available in the current SDK version,
sourcewill returnIndexSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceAsString().- Returns:
- This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexPolicy.Builder,IndexPolicy>
-
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
-