Interface CompareFileType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompareFileType.Builder,CompareFileType>,SdkBuilder<CompareFileType.Builder,CompareFileType>,SdkPojo
- Enclosing class:
- CompareFileType
public static interface CompareFileType.Builder extends SdkPojo, CopyableBuilder<CompareFileType.Builder,CompareFileType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CompareFileType.BuilderdatabaseCDC(Consumer<CompareDatabaseCDCSummary.Builder> databaseCDC)The database CDC of the compare file type.CompareFileType.BuilderdatabaseCDC(CompareDatabaseCDCSummary databaseCDC)The database CDC of the compare file type.default CompareFileType.Builderdatasets(Consumer<CompareDataSetsSummary.Builder> datasets)The data sets in the compare file type.CompareFileType.Builderdatasets(CompareDataSetsSummary datasets)The data sets in the compare file type.-
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 Detail
-
datasets
CompareFileType.Builder datasets(CompareDataSetsSummary datasets)
The data sets in the compare file type.
- Parameters:
datasets- The data sets in the compare file type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasets
default CompareFileType.Builder datasets(Consumer<CompareDataSetsSummary.Builder> datasets)
The data sets in the compare file type.
This is a convenience method that creates an instance of theCompareDataSetsSummary.Builderavoiding the need to create one manually viaCompareDataSetsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatasets(CompareDataSetsSummary).- Parameters:
datasets- a consumer that will call methods onCompareDataSetsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
datasets(CompareDataSetsSummary)
-
databaseCDC
CompareFileType.Builder databaseCDC(CompareDatabaseCDCSummary databaseCDC)
The database CDC of the compare file type.
- Parameters:
databaseCDC- The database CDC of the compare file type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseCDC
default CompareFileType.Builder databaseCDC(Consumer<CompareDatabaseCDCSummary.Builder> databaseCDC)
The database CDC of the compare file type.
This is a convenience method that creates an instance of theCompareDatabaseCDCSummary.Builderavoiding the need to create one manually viaCompareDatabaseCDCSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatabaseCDC(CompareDatabaseCDCSummary).- Parameters:
databaseCDC- a consumer that will call methods onCompareDatabaseCDCSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
databaseCDC(CompareDatabaseCDCSummary)
-
-