Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AssociateSourceToS3TableIntegrationRequest.Builder
Packages that use AssociateSourceToS3TableIntegrationRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of AssociateSourceToS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type AssociateSourceToS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.associateSourceToS3TableIntegration(Consumer<AssociateSourceToS3TableIntegrationRequest.Builder> associateSourceToS3TableIntegrationRequest) Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.CloudWatchLogsClient.associateSourceToS3TableIntegration(Consumer<AssociateSourceToS3TableIntegrationRequest.Builder> associateSourceToS3TableIntegrationRequest) Associates a data source with an S3 Table Integration for query access in the 'logs' namespace. -
Uses of AssociateSourceToS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AssociateSourceToS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionAssociateSourceToS3TableIntegrationRequest.builder()AssociateSourceToS3TableIntegrationRequest.Builder.dataSource(Consumer<DataSource.Builder> dataSource) The data source to associate with the S3 Table Integration.AssociateSourceToS3TableIntegrationRequest.Builder.dataSource(DataSource dataSource) The data source to associate with the S3 Table Integration.AssociateSourceToS3TableIntegrationRequest.Builder.integrationArn(String integrationArn) The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.AssociateSourceToS3TableIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateSourceToS3TableIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateSourceToS3TableIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AssociateSourceToS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateSourceToS3TableIntegrationRequest.Builder>AssociateSourceToS3TableIntegrationRequest.serializableBuilderClass()