public static interface PolicyAttribute.Builder extends SdkPojo, CopyableBuilder<PolicyAttribute.Builder,PolicyAttribute>
Modifier and Type | Method and Description |
---|---|
PolicyAttribute.Builder |
attributeName(String attributeName)
The name of the attribute.
|
PolicyAttribute.Builder |
attributeValue(String attributeValue)
The value of the attribute.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PolicyAttribute.Builder attributeName(String attributeName)
The name of the attribute.
attributeName
- The name of the attribute.PolicyAttribute.Builder attributeValue(String attributeValue)
The value of the attribute.
attributeValue
- The value of the attribute.Copyright © 2022. All rights reserved.