CopyableBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>, SdkBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>public static interface SetTopicAttributesRequest.Builder extends CopyableBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>
| Modifier and Type | Method | 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.
|
copyapply, buildSetTopicAttributesRequest.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 Amazon Web Services, Inc. All Rights Reserved.