Interface PolicyAttributeDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>,SdkBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>,SdkPojo
- Enclosing class:
- PolicyAttributeDescription
public static interface PolicyAttributeDescription.Builder extends SdkPojo, CopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAttributeDescription.BuilderattributeName(String attributeName)The name of the attribute.PolicyAttributeDescription.BuilderattributeValue(String attributeValue)The value of the attribute.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
attributeName
PolicyAttributeDescription.Builder attributeName(String attributeName)
The name of the attribute.
- Parameters:
attributeName- The name of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeValue
PolicyAttributeDescription.Builder attributeValue(String attributeValue)
The value of the attribute.
- Parameters:
attributeValue- The value of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-