public static interface ErrorReportLocation.Builder extends SdkPojo, CopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>
| Modifier and Type | Method and Description |
|---|---|
default ErrorReportLocation.Builder |
s3ReportLocation(Consumer<S3ReportLocation.Builder> s3ReportLocation)
The S3 location where error reports are written.
|
ErrorReportLocation.Builder |
s3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorReportLocation.Builder s3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
s3ReportLocation - The S3 location where error reports are written.default ErrorReportLocation.Builder s3ReportLocation(Consumer<S3ReportLocation.Builder> s3ReportLocation)
The S3 location where error reports are written.
This is a convenience method that creates an instance of theS3ReportLocation.Builder avoiding the
need to create one manually via S3ReportLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3ReportLocation(S3ReportLocation).
s3ReportLocation - a consumer that will call methods on S3ReportLocation.Builders3ReportLocation(S3ReportLocation)Copyright © 2023. All rights reserved.