Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
@Generated("software.amazon.awssdk:codegen") public class DiscoverInputSchemaRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DiscoverInputSchemaRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DiscoverInputSchemaRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
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() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
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 DiscoverInputSchemaRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
public static DiscoverInputSchemaRequest.Builder builder()
public static Class<? extends DiscoverInputSchemaRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.