CopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
, SdkBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
public static interface DiscoverInputSchemaRequest.Builder extends CopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
Modifier and Type | Method | Description |
---|---|---|
DiscoverInputSchemaRequest.Builder |
inputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration) |
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source
discovery purposes.
|
DiscoverInputSchemaRequest.Builder |
resourceARN(String resourceARN) |
Amazon Resource Name (ARN) of the streaming source.
|
DiscoverInputSchemaRequest.Builder |
roleARN(String roleARN) |
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
copy
apply, build
DiscoverInputSchemaRequest.Builder resourceARN(String resourceARN)
Amazon Resource Name (ARN) of the streaming source.
resourceARN
- Amazon Resource Name (ARN) of the streaming source.DiscoverInputSchemaRequest.Builder roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.DiscoverInputSchemaRequest.Builder inputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
inputStartingPositionConfiguration
- Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming
source discovery purposes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.