Interface FlagValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlagValue.Builder,,FlagValue> SdkBuilder<FlagValue.Builder,,FlagValue> SdkPojo
- Enclosing class:
FlagValue
@Mutable
@NotThreadSafe
public static interface FlagValue.Builder
extends SdkPojo, CopyableBuilder<FlagValue.Builder,FlagValue>
-
Method Summary
Modifier and TypeMethodDescriptionattributeValues(Map<String, AttributeValue> attributeValues) The attribute values associated with this flag value.Whether the feature flag is enabled for this treatment.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
-
enabled
Whether the feature flag is enabled for this treatment.
- Parameters:
enabled- Whether the feature flag is enabled for this treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeValues
The attribute values associated with this flag value.
- Parameters:
attributeValues- The attribute values associated with this flag value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-