Uses of Interface
software.amazon.awssdk.services.pipes.model.CloudwatchLogsLogDestination.Builder
-
Packages that use CloudwatchLogsLogDestination.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of CloudwatchLogsLogDestination.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return CloudwatchLogsLogDestination.Builder Modifier and Type Method Description static CloudwatchLogsLogDestination.BuilderCloudwatchLogsLogDestination. builder()CloudwatchLogsLogDestination.BuilderCloudwatchLogsLogDestination.Builder. logGroupArn(String logGroupArn)The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.CloudwatchLogsLogDestination.BuilderCloudwatchLogsLogDestination. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type CloudwatchLogsLogDestination.Builder Modifier and Type Method Description static Class<? extends CloudwatchLogsLogDestination.Builder>CloudwatchLogsLogDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type CloudwatchLogsLogDestination.Builder Modifier and Type Method Description default PipeLogConfiguration.BuilderPipeLogConfiguration.Builder. cloudwatchLogsLogDestination(Consumer<CloudwatchLogsLogDestination.Builder> cloudwatchLogsLogDestination)The Amazon CloudWatch Logs logging configuration settings for the pipe.
-