| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoice.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 EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
Sets the value of the CloudWatchLogsDestination property for this object.
|
default EventDestination.Builder |
EventDestination.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
Sets the value of the CloudWatchLogsDestination property for this object.
|
Copyright © 2021. All rights reserved.