Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.S3Configuration.Builder
Packages that use S3Configuration.Builder
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3Configuration.BuilderModifier and TypeMethodDescriptionstatic S3Configuration.BuilderS3Configuration.builder()S3Configuration.Builder.destinationIdentifier(String destinationIdentifier) The Amazon S3 URI where query results are delivered.The Amazon Resource Name (ARN) of the KMS encryption key.S3Configuration.Builder.ownerAccountId(String ownerAccountId) The Amazon Web Services accountId for the bucket owning account.The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.S3Configuration.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3Configuration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Configuration.Builder>S3Configuration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type S3Configuration.BuilderModifier and TypeMethodDescriptiondefault DestinationConfiguration.BuilderDestinationConfiguration.Builder.s3Configuration(Consumer<S3Configuration.Builder> s3Configuration) Configuration for delivering query results to Amazon S3.