public static interface DescribeEventTopicsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeEventTopicsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeEventTopicsRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeEventTopicsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.