static EventTopic.Builder |
EventTopic.builder() |
|
EventTopic.Builder |
EventTopic.Builder.createdDateTime(Instant createdDateTime) |
The date and time of when you associated your directory with the Amazon SNS topic.
|
EventTopic.Builder |
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 |
EventTopic.Builder.status(String status) |
The topic registration status.
|
EventTopic.Builder |
EventTopic.Builder.status(TopicStatus status) |
The topic registration status.
|
EventTopic.Builder |
EventTopic.toBuilder() |
|
EventTopic.Builder |
EventTopic.Builder.topicArn(String topicArn) |
The Amazon SNS topic ARN (Amazon Resource Name).
|
EventTopic.Builder |
EventTopic.Builder.topicName(String topicName) |
The name of an Amazon SNS topic the receives status messages from the directory.
|