Interface ExportErrorReportLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExportErrorReportLocation.Builder,,ExportErrorReportLocation> SdkBuilder<ExportErrorReportLocation.Builder,,ExportErrorReportLocation> SdkPojo
- Enclosing class:
ExportErrorReportLocation
@Mutable
@NotThreadSafe
public static interface ExportErrorReportLocation.Builder
extends SdkPojo, CopyableBuilder<ExportErrorReportLocation.Builder,ExportErrorReportLocation>
-
Method Summary
Modifier and TypeMethodDescription<p>The S3 URI prefix for the error report.</p>Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
<p>The S3 URI prefix for the error report.</p>- Parameters:
s3Uri- <p>The S3 URI prefix for the error report.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-