Interface DescribeEventTopicsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>,DirectoryRequest.Builder,SdkBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEventTopicsRequest
public static interface DescribeEventTopicsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEventTopicsRequest.BuilderdirectoryId(String directoryId)The Directory ID for which to get the list of associated Amazon SNS topics.DescribeEventTopicsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEventTopicsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEventTopicsRequest.BuildertopicNames(String... topicNames)A list of Amazon SNS topic names for which to obtain the information.DescribeEventTopicsRequest.BuildertopicNames(Collection<String> topicNames)A list of Amazon SNS topic names for which to obtain the information.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
directoryId
DescribeEventTopicsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicNames
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
InvalidParameterExceptionbeing thrown.- Parameters:
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
InvalidParameterExceptionbeing thrown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicNames
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
InvalidParameterExceptionbeing thrown.- Parameters:
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
InvalidParameterExceptionbeing thrown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEventTopicsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEventTopicsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-