Uses of Interface
software.amazon.awssdk.services.sns.model.SetTopicAttributesRequest.Builder
Packages that use SetTopicAttributesRequest.Builder
Package
Description
-
Uses of SetTopicAttributesRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type SetTopicAttributesRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.default SetTopicAttributesResponseSnsClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value. -
Uses of SetTopicAttributesRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return SetTopicAttributesRequest.BuilderModifier and TypeMethodDescriptionSetTopicAttributesRequest.Builder.attributeName(String attributeName) A map of attributes with their corresponding values.SetTopicAttributesRequest.Builder.attributeValue(String attributeValue) The new value for the attribute.SetTopicAttributesRequest.builder()SetTopicAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetTopicAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetTopicAttributesRequest.toBuilder()The ARN of the topic to modify.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type SetTopicAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetTopicAttributesRequest.Builder>SetTopicAttributesRequest.serializableBuilderClass()