Interface EnabledControlParameter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnabledControlParameter.Builder,EnabledControlParameter>,SdkBuilder<EnabledControlParameter.Builder,EnabledControlParameter>,SdkPojo
- Enclosing class:
- EnabledControlParameter
public static interface EnabledControlParameter.Builder extends SdkPojo, CopyableBuilder<EnabledControlParameter.Builder,EnabledControlParameter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnabledControlParameter.Builderkey(String key)The key of a key/value pair.EnabledControlParameter.Buildervalue(Document value)The value of a key/value pair.-
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
-
key
EnabledControlParameter.Builder key(String key)
The key of a key/value pair. It is of type
string.- Parameters:
key- The key of a key/value pair. It is of typestring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
EnabledControlParameter.Builder value(Document value)
The value of a key/value pair. It can be of type
arraystring,number,object, orboolean.- Parameters:
value- The value of a key/value pair. It can be of typearraystring,number,object, orboolean.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-