@Generated(value="software.amazon.awssdk:codegen") public final class StorageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageLocation.Builder,StorageLocation>
Describes a storage location in Amazon S3.
Modifier and Type | Class and Description |
---|---|
static interface |
StorageLocation.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The name of the S3 bucket.
|
static StorageLocation.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StorageLocation.Builder> |
serializableBuilderClass() |
StorageLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String bucket()
The name of the S3 bucket.
public String key()
The key.
public StorageLocation.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StorageLocation.Builder,StorageLocation>
public static StorageLocation.Builder builder()
public static Class<? extends StorageLocation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.