@Generated(value="software.amazon.awssdk:codegen") public final class S3ContentLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ContentLocation.Builder,S3ContentLocation>
For a Java-based Amazon 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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String bucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public String fileKey()
The file key for the object containing the application code.
public String objectVersion()
The version of the object containing the application code.
public S3ContentLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3ContentLocation.Builder,S3ContentLocation>
public static S3ContentLocation.Builder builder()
public static Class<? extends S3ContentLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.