Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.CloudWatchLogsDestination.Builder
-
Packages that use CloudWatchLogsDestination.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of CloudWatchLogsDestination.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return CloudWatchLogsDestination.Builder Modifier and Type Method Description static CloudWatchLogsDestination.BuilderCloudWatchLogsDestination. builder()CloudWatchLogsDestination.BuilderCloudWatchLogsDestination.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.BuilderCloudWatchLogsDestination.Builder. logGroupArn(String logGroupArn)The name of the Amazon CloudWatch Log Group that you want to record events in.CloudWatchLogsDestination.BuilderCloudWatchLogsDestination. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type CloudWatchLogsDestination.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogsDestination.Builder>CloudWatchLogsDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointsmsvoice.model with type arguments of type CloudWatchLogsDestination.Builder Modifier and Type Method Description default EventDestination.BuilderEventDestination.Builder. cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)Sets the value of the CloudWatchLogsDestination property for this object.default EventDestinationDefinition.BuilderEventDestinationDefinition.Builder. cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)Sets the value of the CloudWatchLogsDestination property for this object.
-