public static interface ErrorReportLocation.Builder extends SdkPojo, CopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>
| Modifier and Type | Method and Description |
|---|---|
ErrorReportLocation.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
|
ErrorReportLocation.Builder |
prefix(String prefix)
Amazon S3 uses the prefix as a folder name to organize data in the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorReportLocation.Builder bucket(String bucket)
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
bucket - The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.ErrorReportLocation.Builder prefix(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.
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.Copyright © 2022. All rights reserved.