Class DiscoverInputSchemaRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kinesisanalytics.model.KinesisAnalyticsRequest
-
- software.amazon.awssdk.services.kinesisanalytics.model.DiscoverInputSchemaRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
@Generated("software.amazon.awssdk:codegen") public final class DiscoverInputSchemaRequest extends KinesisAnalyticsRequest implements ToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDiscoverInputSchemaRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoverInputSchemaRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InputProcessingConfigurationinputProcessingConfiguration()The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.InputStartingPositionConfigurationinputStartingPositionConfiguration()Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.StringresourceARN()Amazon Resource Name (ARN) of the streaming source.StringroleARN()ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.S3Configurations3Configuration()Specify this parameter to discover a schema from data in an Amazon S3 object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DiscoverInputSchemaRequest.Builder>serializableBuilderClass()DiscoverInputSchemaRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceARN
public final String resourceARN()
Amazon Resource Name (ARN) of the streaming source.
- Returns:
- Amazon Resource Name (ARN) of the streaming source.
-
roleARN
public final String roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
- Returns:
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
-
inputStartingPositionConfiguration
public final InputStartingPositionConfiguration inputStartingPositionConfiguration()
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
- Returns:
- Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
-
s3Configuration
public final S3Configuration s3Configuration()
Specify this parameter to discover a schema from data in an Amazon S3 object.
- Returns:
- Specify this parameter to discover a schema from data in an Amazon S3 object.
-
inputProcessingConfiguration
public final InputProcessingConfiguration inputProcessingConfiguration()
The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.
- Returns:
- The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.
-
toBuilder
public DiscoverInputSchemaRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DiscoverInputSchemaRequest.Builder,DiscoverInputSchemaRequest>- Specified by:
toBuilderin classKinesisAnalyticsRequest
-
builder
public static DiscoverInputSchemaRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DiscoverInputSchemaRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-