Class InputUpdate
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InputUpdate.Builder,
InputUpdate>
For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified
by the InputId
of an application).
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic InputUpdate.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
inputId()
The input ID of the application input to be updated.final InputParallelismUpdate
Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).Describes updates to an InputProcessingConfiguration.final 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.If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).final String
The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.static Class
<? extends InputUpdate.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
inputId
The input ID of the application input to be updated.
- Returns:
- The input ID of the application input to be updated.
-
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.
-
inputProcessingConfigurationUpdate
Describes updates to an InputProcessingConfiguration.
- Returns:
- Describes updates to an InputProcessingConfiguration.
-
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
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
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
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).
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<InputUpdate.Builder,
InputUpdate> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-