Interface JSONInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JSONInput.Builder,
,JSONInput> SdkBuilder<JSONInput.Builder,
,JSONInput> SdkPojo
- Enclosing class:
JSONInput
public static interface JSONInput.Builder
extends SdkPojo, CopyableBuilder<JSONInput.Builder,JSONInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of JSON.The type of 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 Details
-
type
The type of JSON. Valid values: Document, Lines.
- Parameters:
type
- The type of JSON. Valid values: Document, Lines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of JSON. Valid values: Document, Lines.
- Parameters:
type
- The type of JSON. Valid values: Document, Lines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-