CopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>, SdkBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>public static interface DescribeEventTopicsRequest.Builder extends CopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeEventTopicsRequest.Builder |
directoryId(String directoryId) |
The Directory ID for which to get the list of associated SNS topics.
|
DescribeEventTopicsRequest.Builder |
topicNames(String... topicNames) |
A list of SNS topic names for which to obtain the information.
|
DescribeEventTopicsRequest.Builder |
topicNames(Collection<String> topicNames) |
A list of SNS topic names for which to obtain the information.
|
copyapply, buildDescribeEventTopicsRequest.Builder directoryId(String directoryId)
The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.
directoryId - The Directory ID for which to get the list of associated SNS topics. If this member is null,
associations for all Directory IDs are returned.DescribeEventTopicsRequest.Builder topicNames(Collection<String> topicNames)
A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.
An empty list results in an InvalidParameterException being thrown.
topicNames - A list of SNS topic names for which to obtain the information. If this member is null, all
associations for the specified Directory ID are returned.
An empty list results in an InvalidParameterException being thrown.
DescribeEventTopicsRequest.Builder topicNames(String... topicNames)
A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.
An empty list results in an InvalidParameterException being thrown.
NOTE: This method appends the values to the existing list (if any). Use
#setTopicNames(java.util.Collection) or #withTopicNames(java.util.Collection) if you want to
override the existing values.
topicNames - A list of SNS topic names for which to obtain the information. If this member is null, all
associations for the specified Directory ID are returned.
An empty list results in an InvalidParameterException being thrown.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.