@Generated(value="software.amazon.awssdk:codegen") public final class S3ReferenceDataSourceUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>
Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ReferenceDataSourceUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketARNUpdate()
Amazon Resource Name (ARN) of the S3 bucket.
|
static S3ReferenceDataSourceUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileKeyUpdate()
Object key name.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
referenceRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ReferenceDataSourceUpdate.Builder> |
serializableBuilderClass() |
S3ReferenceDataSourceUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketARNUpdate()
Amazon Resource Name (ARN) of the S3 bucket.
public final String fileKeyUpdate()
Object key name.
public final String referenceRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
public S3ReferenceDataSourceUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>public static S3ReferenceDataSourceUpdate.Builder builder()
public static Class<? extends S3ReferenceDataSourceUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.