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
Modifier and TypeMethodDescriptionThe specified key for the JSON.The specified value for the JSON.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
- 
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
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.
 
 
 -