Interface Record.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Record.Builder,,Record> SdkBuilder<Record.Builder,,Record> SdkPojo
- Enclosing class:
Record
@Mutable
@NotThreadSafe
public static interface Record.Builder
extends SdkPojo, CopyableBuilder<Record.Builder,Record>
-
Method Summary
Modifier and TypeMethodDescriptionThe data content of the test record used for pipeline validation.The type of the test record, indicating the format or category of the data.type(RecordFormat type) The type of the test record, indicating the format or category of the data.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
-
data
The data content of the test record used for pipeline validation.
- Parameters:
data- The data content of the test record used for pipeline validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the test record, indicating the format or category of the data.
- Parameters:
type- The type of the test record, indicating the format or category of the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the test record, indicating the format or category of the data.
- Parameters:
type- The type of the test record, indicating the format or category of the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-