Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.IndexPolicy.Builder
-
Packages that use IndexPolicy.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of IndexPolicy.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IndexPolicy.Builder Modifier and Type Method Description static IndexPolicy.BuilderIndexPolicy. builder()IndexPolicy.BuilderIndexPolicy.Builder. lastUpdateTime(Long lastUpdateTime)The date and time that this index policy was most recently updated.IndexPolicy.BuilderIndexPolicy.Builder. logGroupIdentifier(String logGroupIdentifier)The ARN of the log group that this index policy applies to.IndexPolicy.BuilderIndexPolicy.Builder. policyDocument(String policyDocument)The policy document for this index policy, in JSON format.IndexPolicy.BuilderIndexPolicy.Builder. policyName(String policyName)The name of this policy.IndexPolicy.BuilderIndexPolicy.Builder. source(String source)This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.IndexPolicy.BuilderIndexPolicy.Builder. source(IndexSource source)This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.IndexPolicy.BuilderIndexPolicy. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IndexPolicy.Builder Modifier and Type Method Description static Class<? extends IndexPolicy.Builder>IndexPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type IndexPolicy.Builder Modifier and Type Method Description default PutIndexPolicyResponse.BuilderPutIndexPolicyResponse.Builder. indexPolicy(Consumer<IndexPolicy.Builder> indexPolicy)The index policy that you just created or updated.
-