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 Amazon SNS topics.
|
DescribeEventTopicsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEventTopicsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEventTopicsRequest.Builder |
topicNames(Collection<String> topicNames)
A list of Amazon SNS topic names for which to obtain the information.
|
DescribeEventTopicsRequest.Builder |
topicNames(String... topicNames)
A list of Amazon SNS topic names for which to obtain the information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventTopicsRequest.Builder directoryId(String directoryId)
The Directory ID for which to get the list of associated Amazon 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 Amazon SNS topics. If this member is null,
associations for all Directory IDs are returned.DescribeEventTopicsRequest.Builder topicNames(Collection<String> topicNames)
A list of Amazon 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 Amazon 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 Amazon 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 Amazon 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeEventTopicsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.