public static interface DescribeEventTopicsRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTopicsRequest.Builder |
directoryId(String directoryId)
The Directory ID for which to get the list of associated SNS topics.
|
DescribeEventTopicsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeEventTopicsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeEventTopicsRequest.Builder |
topicNames(Collection<String> topicNames)
A list of SNS topic names for which to obtain the information.
|
DescribeEventTopicsRequest.Builder |
topicNames(String... topicNames)
A list of SNS topic names for which to obtain the information.
|
buildrequestOverrideConfigcopyapply, 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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeEventTopicsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.