public static interface DescribeEventTopicsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventTopicsResponse.Builder,DescribeEventTopicsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTopicsResponse.Builder |
eventTopics(Collection<EventTopic> eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
|
DescribeEventTopicsResponse.Builder |
eventTopics(Consumer<EventTopic.Builder>... eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
|
DescribeEventTopicsResponse.Builder |
eventTopics(EventTopic... eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventTopicsResponse.Builder eventTopics(Collection<EventTopic> eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
eventTopics - A list of Amazon SNS topic names that receive status messages from the specified Directory ID.DescribeEventTopicsResponse.Builder eventTopics(EventTopic... eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
eventTopics - A list of Amazon SNS topic names that receive status messages from the specified Directory ID.DescribeEventTopicsResponse.Builder eventTopics(Consumer<EventTopic.Builder>... eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
This is a convenience method that creates an instance of theEventTopic.Builder avoiding the need to create one
manually via EventTopic.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #eventTopics(List.
eventTopics - a consumer that will call methods on
EventTopic.Builder#eventTopics(java.util.Collection) Copyright © 2022. All rights reserved.