Interface DetectedJsonFormatDescriptor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectedJsonFormatDescriptor.Builder,
,DetectedJsonFormatDescriptor> SdkBuilder<DetectedJsonFormatDescriptor.Builder,
,DetectedJsonFormatDescriptor> SdkPojo
- Enclosing class:
DetectedJsonFormatDescriptor
@Mutable
@NotThreadSafe
public static interface DetectedJsonFormatDescriptor.Builder
extends SdkPojo, CopyableBuilder<DetectedJsonFormatDescriptor.Builder,DetectedJsonFormatDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptioncharset
(Consumer<DetectedField.Builder> charset) The format's character set.charset
(DetectedField charset) The format's character set.fileCompression
(Consumer<DetectedField.Builder> fileCompression) The format's file compression.fileCompression
(DetectedField fileCompression) The format's file compression.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, sdkFieldNameToField, sdkFields
-
Method Details
-
fileCompression
The format's file compression.
- Parameters:
fileCompression
- The format's file compression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileCompression
default DetectedJsonFormatDescriptor.Builder fileCompression(Consumer<DetectedField.Builder> fileCompression) The format's file compression.
This is a convenience method that creates an instance of theDetectedField.Builder
avoiding the need to create one manually viaDetectedField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofileCompression(DetectedField)
.- Parameters:
fileCompression
- a consumer that will call methods onDetectedField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
charset
The format's character set.
- Parameters:
charset
- The format's character set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
charset
The format's character set.
This is a convenience method that creates an instance of theDetectedField.Builder
avoiding the need to create one manually viaDetectedField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocharset(DetectedField)
.- Parameters:
charset
- a consumer that will call methods onDetectedField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-