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