Class OutputDescription

    • Method Detail

      • outputId

        public final String outputId()

        A unique identifier for the output configuration.

        Returns:
        A unique identifier for the output configuration.
      • name

        public final String name()

        Name of the in-application stream configured as output.

        Returns:
        Name of the in-application stream configured as output.
      • kinesisStreamsOutputDescription

        public final KinesisStreamsOutputDescription kinesisStreamsOutputDescription()

        Describes Amazon Kinesis stream configured as the destination where output is written.

        Returns:
        Describes Amazon Kinesis stream configured as the destination where output is written.
      • kinesisFirehoseOutputDescription

        public final KinesisFirehoseOutputDescription kinesisFirehoseOutputDescription()

        Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

        Returns:
        Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
      • lambdaOutputDescription

        public final LambdaOutputDescription lambdaOutputDescription()

        Describes the AWS Lambda function configured as the destination where output is written.

        Returns:
        Describes the AWS Lambda function configured as the destination where output is written.
      • destinationSchema

        public final DestinationSchema destinationSchema()

        Data format used for writing data to the destination.

        Returns:
        Data format used for writing data to the destination.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)