Class OutputUpdate

    • Method Detail

      • outputId

        public final String outputId()

        Identifies the specific output configuration that you want to update.

        Returns:
        Identifies the specific output configuration that you want to update.
      • nameUpdate

        public final String nameUpdate()

        If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

        Returns:
        If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
      • kinesisStreamsOutputUpdate

        public final KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate()

        Describes an Amazon Kinesis stream as the destination for the output.

        Returns:
        Describes an Amazon Kinesis stream as the destination for the output.
      • kinesisFirehoseOutputUpdate

        public final KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate()

        Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.

        Returns:
        Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
      • lambdaOutputUpdate

        public final LambdaOutputUpdate lambdaOutputUpdate()

        Describes an AWS Lambda function as the destination for the output.

        Returns:
        Describes an AWS Lambda function as the destination for the output.
      • 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)