Interface IncrementalExportSpecification.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IncrementalExportSpecification.Builder,,- IncrementalExportSpecification> - SdkBuilder<IncrementalExportSpecification.Builder,,- IncrementalExportSpecification> - SdkPojo
- Enclosing class:
- IncrementalExportSpecification
- 
Method SummaryModifier and TypeMethodDescriptionexportFromTime(Instant exportFromTime) Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch.exportToTime(Instant exportToTime) Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch.exportViewType(String exportViewType) The view type that was chosen for the export.exportViewType(ExportViewType exportViewType) The view type that was chosen for the export.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
exportFromTimeTime in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time. - Parameters:
- exportFromTime- Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportToTimeTime in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used. - Parameters:
- exportToTime- Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportViewTypeThe view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGESandNEW_IMAGES. The default value isNEW_AND_OLD_IMAGES.- Parameters:
- exportViewType- The view type that was chosen for the export. Valid values are- NEW_AND_OLD_IMAGESand- NEW_IMAGES. The default value is- NEW_AND_OLD_IMAGES.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
exportViewTypeThe view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGESandNEW_IMAGES. The default value isNEW_AND_OLD_IMAGES.- Parameters:
- exportViewType- The view type that was chosen for the export. Valid values are- NEW_AND_OLD_IMAGESand- NEW_IMAGES. The default value is- NEW_AND_OLD_IMAGES.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-