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
Modifier and TypeMethodDescriptiondescription(String description) A description of the allowed value.The value allowed for the property.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-