@Generated(value="software.amazon.awssdk:codegen") public final class S3ContentLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ContentLocation.Builder,S3ContentLocation>
For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ContentLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
static S3ContentLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileKey()
The file key for the object containing the application code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectVersion()
The version of the object containing the application code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ContentLocation.Builder> |
serializableBuilderClass() |
S3ContentLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public final String fileKey()
The file key for the object containing the application code.
public final String objectVersion()
The version of the object containing the application code.
public S3ContentLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ContentLocation.Builder,S3ContentLocation>public static S3ContentLocation.Builder builder()
public static Class<? extends S3ContentLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.