Interface DeregisterEventTopicRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>,DirectoryRequest.Builder,SdkBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeregisterEventTopicRequest
public static interface DeregisterEventTopicRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeregisterEventTopicRequest.BuilderdirectoryId(String directoryId)The Directory ID to remove as a publisher.DeregisterEventTopicRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeregisterEventTopicRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeregisterEventTopicRequest.BuildertopicName(String topicName)The name of the Amazon SNS topic from which to remove the directory as a publisher.-
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, sdkFields
-
-
-
-
Method Detail
-
directoryId
DeregisterEventTopicRequest.Builder directoryId(String directoryId)
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified Amazon SNS topic.
- Parameters:
directoryId- The Directory ID to remove as a publisher. This directory will no longer send messages to the specified Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicName
DeregisterEventTopicRequest.Builder topicName(String topicName)
The name of the Amazon SNS topic from which to remove the directory as a publisher.
- Parameters:
topicName- The name of the Amazon SNS topic from which to remove the directory as a publisher.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeregisterEventTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeregisterEventTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-