| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.applicationSuccessFeedbackRoleArn(String applicationSuccessFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to a platform application
endpoint.
|
static AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.builder() |
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.firehoseFailureFeedbackRoleArn(String firehoseFailureFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data
Firehose endpoint.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.firehoseSuccessFeedbackRoleArn(String firehoseSuccessFeedbackRoleArn)
Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis
Data Firehose endpoint.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.httpFailureFeedbackRoleArn(String httpFailureFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.httpSuccessFeedbackRoleArn(String httpSuccessFeedbackRoleArn)
Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.kmsMasterKeyId(String kmsMasterKeyId)
The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.owner(String owner)
The subscription's owner.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.sqsFailureFeedbackRoleArn(String sqsFailureFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS
endpoint.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.sqsSuccessFeedbackRoleArn(String sqsSuccessFeedbackRoleArn)
Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS
endpoint.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.subscription(AwsSnsTopicSubscription... subscription)
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.subscription(Collection<AwsSnsTopicSubscription> subscription)
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.subscription(Consumer<AwsSnsTopicSubscription.Builder>... subscription)
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.toBuilder() |
AwsSnsTopicDetails.Builder |
AwsSnsTopicDetails.Builder.topicName(String topicName)
The name of the Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsSnsTopicDetails.Builder> |
AwsSnsTopicDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsSnsTopic(Consumer<AwsSnsTopicDetails.Builder> awsSnsTopic)
Details about an SNS topic.
|
Copyright © 2023. All rights reserved.