@Generated(value="software.amazon.awssdk:codegen") public final class DiscoverInputSchemaRequest extends KinesisAnalyticsV2Request 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()
The point at which you want Kinesis Data Analytics to start reading records from the specified streaming source
discovery purposes.
|
String |
resourceARN()
The Amazon Resource Name (ARN) of the streaming source.
|
S3Configuration |
s3Configuration()
Specify this parameter to discover a schema from data in an Amazon S3 object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DiscoverInputSchemaRequest.Builder> |
serializableBuilderClass() |
String |
serviceExecutionRole()
The ARN of the role that is used to access the streaming source.
|
DiscoverInputSchemaRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String resourceARN()
The Amazon Resource Name (ARN) of the streaming source.
public String serviceExecutionRole()
The ARN of the role that is used to access the streaming source.
public InputStartingPositionConfiguration inputStartingPositionConfiguration()
The point at which you want Kinesis Data Analytics to start reading records from the specified streaming source discovery purposes.
public S3Configuration s3Configuration()
Specify this parameter to discover a schema from data in an Amazon S3 object.
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 KinesisAnalyticsV2Request
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.