@Generated(value="software.amazon.awssdk:codegen") public final class ErrorReportLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>
The Amazon S3 destination where errors associated with the job creation request are saved.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrorReportLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
|
static ErrorReportLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
Amazon S3 uses the prefix as a folder name to organize data in the bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ErrorReportLocation.Builder> |
serializableBuilderClass() |
ErrorReportLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
public final String prefix()
Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
public ErrorReportLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>public static ErrorReportLocation.Builder builder()
public static Class<? extends ErrorReportLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.