Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
software.amazon.awssdk.services.sns.model |
Modifier and Type | Method and Description |
---|---|
default SetTopicAttributesResponse |
SnsClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
default CompletableFuture<SetTopicAttributesResponse> |
SnsAsyncClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
Modifier and Type | Method and Description |
---|---|
SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.Builder.attributeName(String attributeName)
A map of attributes with their corresponding values.
|
SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.Builder.attributeValue(String attributeValue)
The new value for the attribute.
|
static SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.builder() |
SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.toBuilder() |
SetTopicAttributesRequest.Builder |
SetTopicAttributesRequest.Builder.topicArn(String topicArn)
The ARN of the topic to modify.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends SetTopicAttributesRequest.Builder> |
SetTopicAttributesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.