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