@Generated(value="software.amazon.awssdk:codegen") public final class S3OutputLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
An S3 bucket where you want to store the results of this request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3OutputLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3OutputLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputS3BucketName()
The name of the S3 bucket.
|
String |
outputS3KeyPrefix()
The S3 bucket subfolder.
|
String |
outputS3Region()
The Amazon Web Services Region of the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3OutputLocation.Builder> |
serializableBuilderClass() |
S3OutputLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String outputS3Region()
The Amazon Web Services Region of the S3 bucket.
public final String outputS3BucketName()
The name of the S3 bucket.
public final String outputS3KeyPrefix()
The S3 bucket subfolder.
public S3OutputLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>public static S3OutputLocation.Builder builder()
public static Class<? extends S3OutputLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.