| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
static SNSConfiguration.Builder |
SNSConfiguration.builder() |
SNSConfiguration.Builder |
SNSConfiguration.Builder.roleArn(String roleArn)
The ARN of the IAM role that has access to the target SNS topic.
|
SNSConfiguration.Builder |
SNSConfiguration.Builder.snsFormat(SnsFormat snsFormat)
The format of the SNS topic.
|
SNSConfiguration.Builder |
SNSConfiguration.Builder.snsFormat(String snsFormat)
The format of the SNS topic.
|
SNSConfiguration.Builder |
SNSConfiguration.Builder.snsTopicArn(String snsTopicArn)
The ARN of the target SNS topic.
|
SNSConfiguration.Builder |
SNSConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SNSConfiguration.Builder> |
SNSConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.snsConfiguration(Consumer<SNSConfiguration.Builder> snsConfiguration)
A configuration for an Amazon SNS channel.
|
Copyright © 2023. All rights reserved.