Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.S3Configuration.Builder
-
Packages that use S3Configuration.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3Configuration.Builder Modifier and Type Method Description static S3Configuration.BuilderS3Configuration. builder()S3Configuration.BuilderS3Configuration.Builder. destinationIdentifier(String destinationIdentifier)The Amazon S3 URI where query results are delivered.S3Configuration.BuilderS3Configuration.Builder. roleArn(String roleArn)The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.S3Configuration.BuilderS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3Configuration.Builder Modifier and Type Method Description static Class<? extends S3Configuration.Builder>S3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type S3Configuration.Builder Modifier and Type Method Description default DestinationConfiguration.BuilderDestinationConfiguration.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Configuration for delivering query results to Amazon S3.
-