CopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
, SdkBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
public static interface PolicyAttributeDescription.Builder extends CopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
Modifier and Type | Method | Description |
---|---|---|
PolicyAttributeDescription.Builder |
attributeName(String attributeName) |
The name of the attribute.
|
PolicyAttributeDescription.Builder |
attributeValue(String attributeValue) |
The value of the attribute.
|
copy
apply, build
PolicyAttributeDescription.Builder attributeName(String attributeName)
The name of the attribute.
attributeName
- The name of the attribute.PolicyAttributeDescription.Builder attributeValue(String attributeValue)
The value of the attribute.
attributeValue
- The value of the attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.