Interface AllowedValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AllowedValue.Builder,AllowedValue>,SdkBuilder<AllowedValue.Builder,AllowedValue>,SdkPojo
- Enclosing class:
- AllowedValue
public static interface AllowedValue.Builder extends SdkPojo, CopyableBuilder<AllowedValue.Builder,AllowedValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedValue.Builderdescription(String description)A description of the allowed value.AllowedValue.Buildervalue(String value)The value allowed for the property.-
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
-
description
AllowedValue.Builder description(String description)
A description of the allowed value.
- Parameters:
description- A description of the allowed value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AllowedValue.Builder value(String value)
The value allowed for the property.
- Parameters:
value- The value allowed for the property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-