@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the application input configuration. For more information, see Configuring Application Input.
Constructor and Description |
---|
InputDescription() |
Modifier and Type | Method and Description |
---|---|
InputDescription |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInAppStreamNames()
Returns the in-application stream names that are mapped to the stream source.
|
String |
getInputId()
Input ID associated with the application input.
|
InputParallelism |
getInputParallelism()
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
SourceSchema |
getInputSchema() |
InputStartingPositionConfiguration |
getInputStartingPositionConfiguration()
Point at which the application is configured to read from the input stream.
|
KinesisFirehoseInputDescription |
getKinesisFirehoseInputDescription()
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery
stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on
your behalf.
|
KinesisStreamsInputDescription |
getKinesisStreamsInputDescription()
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM
role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
String |
getNamePrefix()
In-application name prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
void |
setInputId(String inputId)
Input ID associated with the application input.
|
void |
setInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
void |
setInputSchema(SourceSchema inputSchema) |
void |
setInputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
|
void |
setKinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery
stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on
your behalf.
|
void |
setKinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM
role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
void |
setNamePrefix(String namePrefix)
In-application name prefix.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputDescription |
withInAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
InputDescription |
withInAppStreamNames(String... inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
InputDescription |
withInputId(String inputId)
Input ID associated with the application input.
|
InputDescription |
withInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
InputDescription |
withInputSchema(SourceSchema inputSchema) |
InputDescription |
withInputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
|
InputDescription |
withKinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery
stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on
your behalf.
|
InputDescription |
withKinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM
role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
InputDescription |
withNamePrefix(String namePrefix)
In-application name prefix.
|
public void setInputId(String inputId)
Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
inputId
- Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to
each input configuration you add to your application.public String getInputId()
Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
public InputDescription withInputId(String inputId)
Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
inputId
- Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to
each input configuration you add to your application.public void setNamePrefix(String namePrefix)
In-application name prefix.
namePrefix
- In-application name prefix.public String getNamePrefix()
In-application name prefix.
public InputDescription withNamePrefix(String namePrefix)
In-application name prefix.
namePrefix
- In-application name prefix.public List<String> getInAppStreamNames()
Returns the in-application stream names that are mapped to the stream source.
public void setInAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
inAppStreamNames
- Returns the in-application stream names that are mapped to the stream source.public InputDescription withInAppStreamNames(String... inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
NOTE: This method appends the values to the existing list (if any). Use
setInAppStreamNames(java.util.Collection)
or withInAppStreamNames(java.util.Collection)
if you
want to override the existing values.
inAppStreamNames
- Returns the in-application stream names that are mapped to the stream source.public InputDescription withInAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
inAppStreamNames
- Returns the in-application stream names that are mapped to the stream source.public void setKinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
kinesisStreamsInputDescription
- If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an
IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.public KinesisStreamsInputDescription getKinesisStreamsInputDescription()
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
public InputDescription withKinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
kinesisStreamsInputDescription
- If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an
IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.public void setKinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
kinesisFirehoseInputDescription
- If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose
delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to
access the stream on your behalf.public KinesisFirehoseInputDescription getKinesisFirehoseInputDescription()
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
public InputDescription withKinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
kinesisFirehoseInputDescription
- If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose
delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to
access the stream on your behalf.public void setInputSchema(SourceSchema inputSchema)
inputSchema
- public SourceSchema getInputSchema()
public InputDescription withInputSchema(SourceSchema inputSchema)
inputSchema
- public void setInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
inputParallelism
- Describes the configured parallelism (number of in-application streams mapped to the streaming source).public InputParallelism getInputParallelism()
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
public InputDescription withInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
inputParallelism
- Describes the configured parallelism (number of in-application streams mapped to the streaming source).public void setInputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
inputStartingPositionConfiguration
- Point at which the application is configured to read from the input stream.public InputStartingPositionConfiguration getInputStartingPositionConfiguration()
Point at which the application is configured to read from the input stream.
public InputDescription withInputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
inputStartingPositionConfiguration
- Point at which the application is configured to read from the input stream.public String toString()
toString
in class Object
Object.toString()
public InputDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.