public static interface DescribeEventTopicsResponse.Builder extends DirectoryResponse.Builder, CopyableBuilder<DescribeEventTopicsResponse.Builder,DescribeEventTopicsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeEventTopicsResponse.Builder |
eventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
|
DescribeEventTopicsResponse.Builder |
eventTopics(EventTopic... eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
|
build
copy
apply, build
DescribeEventTopicsResponse.Builder eventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.DescribeEventTopicsResponse.Builder eventTopics(EventTopic... eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.