| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsDestination.Builder |
CloudWatchLogsDestination.builder() |
CloudWatchLogsDestination.Builder |
CloudWatchLogsDestination.Builder.iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write
event data to an Amazon CloudWatch destination.
|
CloudWatchLogsDestination.Builder |
CloudWatchLogsDestination.Builder.logGroupArn(String logGroupArn)
The name of the Amazon CloudWatch log group that you want to record events in.
|
CloudWatchLogsDestination.Builder |
CloudWatchLogsDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudWatchLogsDestination.Builder> |
CloudWatchLogsDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDestination.Builder |
EventDestination.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
An object that contains information about an event destination for logging to Amazon CloudWatch logs.
|
Copyright © 2023. All rights reserved.