Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.BusinessReportS3Location.Builder
-
Packages that use BusinessReportS3Location.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of BusinessReportS3Location.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return BusinessReportS3Location.Builder Modifier and Type Method Description BusinessReportS3Location.BuilderBusinessReportS3Location.Builder. bucketName(String bucketName)The S3 bucket name of the output reports.static BusinessReportS3Location.BuilderBusinessReportS3Location. builder()BusinessReportS3Location.BuilderBusinessReportS3Location.Builder. path(String path)The path of the business report.BusinessReportS3Location.BuilderBusinessReportS3Location. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type BusinessReportS3Location.Builder Modifier and Type Method Description static Class<? extends BusinessReportS3Location.Builder>BusinessReportS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type BusinessReportS3Location.Builder Modifier and Type Method Description default BusinessReport.BuilderBusinessReport.Builder. s3Location(Consumer<BusinessReportS3Location.Builder> s3Location)The S3 location of the output reports.
-