Uses of Interface
software.amazon.awssdk.services.sns.model.CreateTopicRequest.Builder
Packages that use CreateTopicRequest.Builder
Package
Description
-
Uses of CreateTopicRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type CreateTopicRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateTopicResponse>SnsAsyncClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest) Creates a topic to which notifications can be published.default CreateTopicResponseSnsClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest) Creates a topic to which notifications can be published. -
Uses of CreateTopicRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return CreateTopicRequest.BuilderModifier and TypeMethodDescriptionCreateTopicRequest.Builder.attributes(Map<String, String> attributes) A map of attributes with their corresponding values.static CreateTopicRequest.BuilderCreateTopicRequest.builder()CreateTopicRequest.Builder.dataProtectionPolicy(String dataProtectionPolicy) The body of the policy document you want to use for this topic.The name of the topic you want to create.CreateTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateTopicRequest.Builder.tags(Collection<Tag> tags) The list of tags to add to a new topic.CreateTopicRequest.Builder.tags(Consumer<Tag.Builder>... tags) The list of tags to add to a new topic.The list of tags to add to a new topic.CreateTopicRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type CreateTopicRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTopicRequest.Builder>CreateTopicRequest.serializableBuilderClass()