Class InputUpdate

    • Method Detail

      • inputId

        public final String inputId()

        The input ID of the application input to be updated.

        Returns:
        The input ID of the application input to be updated.
      • namePrefixUpdate

        public final String namePrefixUpdate()

        The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.

        Returns:
        The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.
      • kinesisStreamsInputUpdate

        public final KinesisStreamsInputUpdate kinesisStreamsInputUpdate()

        If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).

        Returns:
        If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).
      • kinesisFirehoseInputUpdate

        public final KinesisFirehoseInputUpdate kinesisFirehoseInputUpdate()

        If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.

        Returns:
        If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.
      • inputSchemaUpdate

        public final InputSchemaUpdate inputSchemaUpdate()

        Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

        Returns:
        Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
      • inputParallelismUpdate

        public final InputParallelismUpdate inputParallelismUpdate()

        Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).

        Returns:
        Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).
      • 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)