@Generated(value="software.amazon.awssdk:codegen") public class DiscoverInputSchemaRequest extends KinesisAnalyticsRequest implements ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DiscoverInputSchemaRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DiscoverInputSchemaRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
InputProcessingConfiguration |
inputProcessingConfiguration()
The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the
records.
|
InputStartingPositionConfiguration |
inputStartingPositionConfiguration()
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source
discovery purposes.
|
String |
resourceARN()
Amazon Resource Name (ARN) of the streaming source.
|
String |
roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
S3Configuration |
s3Configuration()
Returns the value of the S3Configuration property for this object.
|
static Class<? extends DiscoverInputSchemaRequest.Builder> |
serializableBuilderClass() |
DiscoverInputSchemaRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfig
copy
public String resourceARN()
Amazon Resource Name (ARN) of the streaming source.
public String roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
public InputStartingPositionConfiguration inputStartingPositionConfiguration()
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
public S3Configuration s3Configuration()
public InputProcessingConfiguration inputProcessingConfiguration()
The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.
public DiscoverInputSchemaRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
toBuilder
in class KinesisAnalyticsRequest
public static DiscoverInputSchemaRequest.Builder builder()
public static Class<? extends DiscoverInputSchemaRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.