@Generated(value="software.amazon.awssdk:codegen") public final class File extends Object implements SdkPojo, Serializable, ToCopyableBuilder<File.Builder,File>
The file in Amazon S3 where your data is saved.
| Modifier and Type | Class and Description |
|---|---|
static interface |
File.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the Amazon S3 bucket from which data is imported.
|
static File.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key of the Amazon S3 object that contains your data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends File.Builder> |
serializableBuilderClass() |
File.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The version ID to identify a specific version of the Amazon S3 object that contains your data.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the Amazon S3 bucket from which data is imported.
public final String key()
The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
public final String versionId()
The version ID to identify a specific version of the Amazon S3 object that contains your data.
public File.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<File.Builder,File>public static File.Builder builder()
public static Class<? extends File.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.