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