Interface IncrementalExportSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IncrementalExportSpecification.Builder,IncrementalExportSpecification>, SdkBuilder<IncrementalExportSpecification.Builder,IncrementalExportSpecification>, SdkPojo
Enclosing class:
IncrementalExportSpecification

public static interface IncrementalExportSpecification.Builder extends SdkPojo, CopyableBuilder<IncrementalExportSpecification.Builder,IncrementalExportSpecification>
  • Method Details

    • exportFromTime

      IncrementalExportSpecification.Builder exportFromTime(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. 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.
    • exportToTime

      IncrementalExportSpecification.Builder 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. 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.
    • exportViewType

      IncrementalExportSpecification.Builder exportViewType(String exportViewType)

      The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES and NEW_IMAGES. The default value is NEW_AND_OLD_IMAGES.

      Parameters:
      exportViewType - The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES and 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:
    • exportViewType

      The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES and NEW_IMAGES. The default value is NEW_AND_OLD_IMAGES.

      Parameters:
      exportViewType - The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES and 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: