Interface DatabaseSnapshotInfo.Builder

    • Method Detail

      • id

        DatabaseSnapshotInfo.Builder id​(String id)

        The identifier of the current snapshot of the table in source database endpoint.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        id - The identifier of the current snapshot of the table in source database endpoint.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • table

        DatabaseSnapshotInfo.Builder table​(String table)

        The fully qualified name of the table in source database endpoint that Firehose reads.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        table - The fully qualified name of the table in source database endpoint that Firehose reads.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestTimestamp

        DatabaseSnapshotInfo.Builder requestTimestamp​(Instant requestTimestamp)

        The timestamp when the current snapshot is taken on the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        requestTimestamp - The timestamp when the current snapshot is taken on the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestedBy

        DatabaseSnapshotInfo.Builder requestedBy​(String requestedBy)

        The principal that sent the request to take the current snapshot on the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        requestedBy - The principal that sent the request to take the current snapshot on the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotRequestedBy, SnapshotRequestedBy
      • requestedBy

        DatabaseSnapshotInfo.Builder requestedBy​(SnapshotRequestedBy requestedBy)

        The principal that sent the request to take the current snapshot on the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        requestedBy - The principal that sent the request to take the current snapshot on the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotRequestedBy, SnapshotRequestedBy
      • status

        DatabaseSnapshotInfo.Builder status​(String status)

        The status of the current snapshot of the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        status - The status of the current snapshot of the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotStatus, SnapshotStatus
      • status

        DatabaseSnapshotInfo.Builder status​(SnapshotStatus status)

        The status of the current snapshot of the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Parameters:
        status - The status of the current snapshot of the table.

        Amazon Data Firehose is in preview release and is subject to change.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotStatus, SnapshotStatus
      • failureDescription

        DatabaseSnapshotInfo.Builder failureDescription​(FailureDescription failureDescription)
        Sets the value of the FailureDescription property for this object.
        Parameters:
        failureDescription - The new value for the FailureDescription property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.