Class InputUpdate

    • Method Detail

      • inputId

        public final String inputId()

        Input ID of the application input to be updated.

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

        public final String namePrefixUpdate()

        Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

        Returns:
        Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.
      • inputProcessingConfigurationUpdate

        public final InputProcessingConfigurationUpdate inputProcessingConfigurationUpdate()

        Describes updates for an input processing configuration.

        Returns:
        Describes updates for an input processing configuration.
      • kinesisStreamsInputUpdate

        public final KinesisStreamsInputUpdate kinesisStreamsInputUpdate()

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

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

        public final KinesisFirehoseInputUpdate kinesisFirehoseInputUpdate()

        If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

        Returns:
        If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role 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 in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

        Returns:
        Describes the parallelism updates (the number in-application streams Amazon Kinesis 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)