Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation.Builder
-
Packages that use S3ReportLocation.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of S3ReportLocation.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return S3ReportLocation.Builder Modifier and Type Method Description S3ReportLocation.BuilderS3ReportLocation.Builder. bucketName(String bucketName)S3 bucket name.static S3ReportLocation.BuilderS3ReportLocation. builder()S3ReportLocation.BuilderS3ReportLocation.Builder. objectKey(String objectKey)S3 key.S3ReportLocation.BuilderS3ReportLocation. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type S3ReportLocation.Builder Modifier and Type Method Description static Class<? extends S3ReportLocation.Builder>S3ReportLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type S3ReportLocation.Builder Modifier and Type Method Description default ErrorReportLocation.BuilderErrorReportLocation.Builder. s3ReportLocation(Consumer<S3ReportLocation.Builder> s3ReportLocation)The S3 location where error reports are written.
-