Interface KinesisDataStreamDestination.Builder

    • Method Detail

      • streamArn

        KinesisDataStreamDestination.Builder streamArn​(String streamArn)

        The ARN for a specific Kinesis data stream.

        Parameters:
        streamArn - The ARN for a specific Kinesis data stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationStatusDescription

        KinesisDataStreamDestination.Builder destinationStatusDescription​(String destinationStatusDescription)

        The human-readable string that corresponds to the replica status.

        Parameters:
        destinationStatusDescription - The human-readable string that corresponds to the replica status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateCreationDateTimePrecision

        KinesisDataStreamDestination.Builder approximateCreationDateTimePrecision​(String approximateCreationDateTimePrecision)

        The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.

        Parameters:
        approximateCreationDateTimePrecision - The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApproximateCreationDateTimePrecision, ApproximateCreationDateTimePrecision