public static interface EventTopic.Builder extends SdkPojo, CopyableBuilder<EventTopic.Builder,EventTopic>
| Modifier and Type | Method and Description |
|---|---|
EventTopic.Builder |
createdDateTime(Instant createdDateTime)
The date and time of when you associated your directory with the Amazon SNS topic.
|
EventTopic.Builder |
directoryId(String directoryId)
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
|
EventTopic.Builder |
status(String status)
The topic registration status.
|
EventTopic.Builder |
status(TopicStatus status)
The topic registration status.
|
EventTopic.Builder |
topicArn(String topicArn)
The Amazon SNS topic ARN (Amazon Resource Name).
|
EventTopic.Builder |
topicName(String topicName)
The name of an Amazon SNS topic the receives status messages from the directory.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventTopic.Builder directoryId(String directoryId)
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
directoryId - The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS
topic.EventTopic.Builder topicName(String topicName)
The name of an Amazon SNS topic the receives status messages from the directory.
topicName - The name of an Amazon SNS topic the receives status messages from the directory.EventTopic.Builder topicArn(String topicArn)
The Amazon SNS topic ARN (Amazon Resource Name).
topicArn - The Amazon SNS topic ARN (Amazon Resource Name).EventTopic.Builder createdDateTime(Instant createdDateTime)
The date and time of when you associated your directory with the Amazon SNS topic.
createdDateTime - The date and time of when you associated your directory with the Amazon SNS topic.EventTopic.Builder status(String status)
The topic registration status.
status - The topic registration status.TopicStatus,
TopicStatusEventTopic.Builder status(TopicStatus status)
The topic registration status.
status - The topic registration status.TopicStatus,
TopicStatusCopyright © 2022. All rights reserved.