Interface AttributeBooleanValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttributeBooleanValue.Builder,AttributeBooleanValue>,SdkBuilder<AttributeBooleanValue.Builder,AttributeBooleanValue>,SdkPojo
- Enclosing class:
- AttributeBooleanValue
public static interface AttributeBooleanValue.Builder extends SdkPojo, CopyableBuilder<AttributeBooleanValue.Builder,AttributeBooleanValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeBooleanValue.Buildervalue(Boolean value)The attribute value.-
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, sdkFields
-
-
-
-
Method Detail
-
value
AttributeBooleanValue.Builder value(Boolean value)
The attribute value. The valid values are
trueorfalse.- Parameters:
value- The attribute value. The valid values aretrueorfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-