public static interface SetTopicAttributesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
SetTopicAttributesRequest.Builder |
attributeName(String attributeName)
The name of the attribute you want to set.
|
SetTopicAttributesRequest.Builder |
attributeValue(String attributeValue)
The new value for the attribute.
|
SetTopicAttributesRequest.Builder |
topicArn(String topicArn)
The ARN of the topic to modify.
|
SetTopicAttributesRequest.Builder topicArn(String topicArn)
The ARN of the topic to modify.
topicArn - The ARN of the topic to modify.SetTopicAttributesRequest.Builder attributeName(String attributeName)
The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.
Valid values: Policy | DisplayName | DeliveryPolicy
attributeName - The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.
Valid values: Policy | DisplayName | DeliveryPolicy
SetTopicAttributesRequest.Builder attributeValue(String attributeValue)
The new value for the attribute.
attributeValue - The new value for the attribute.Copyright © 2017. All rights reserved.