Class S3ReferenceDataSourceDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ReferenceDataSourceDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ReferenceDataSourceDescription.Builder,S3ReferenceDataSourceDescription>
@Generated("software.amazon.awssdk:codegen") public final class S3ReferenceDataSourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ReferenceDataSourceDescription.Builder,S3ReferenceDataSourceDescription>
For a SQL-based Kinesis Data Analytics application, provides the bucket name and object key name that stores the reference data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ReferenceDataSourceDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketARN()The Amazon Resource Name (ARN) of the S3 bucket.static S3ReferenceDataSourceDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileKey()Amazon S3 object key name.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreferenceRoleARN()The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.List<SdkField<?>>sdkFields()static Class<? extends S3ReferenceDataSourceDescription.Builder>serializableBuilderClass()S3ReferenceDataSourceDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
bucketARN
public final String bucketARN()
The Amazon Resource Name (ARN) of the S3 bucket.
- Returns:
- The Amazon Resource Name (ARN) of the S3 bucket.
-
fileKey
public final String fileKey()
Amazon S3 object key name.
- Returns:
- Amazon S3 object key name.
-
referenceRoleARN
public final String referenceRoleARN()
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
- Returns:
- The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your
behalf to populate the in-application reference table.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
-
toBuilder
public S3ReferenceDataSourceDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ReferenceDataSourceDescription.Builder,S3ReferenceDataSourceDescription>
-
builder
public static S3ReferenceDataSourceDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ReferenceDataSourceDescription.Builder> serializableBuilderClass()
-
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.
-
-