Uses of Interface
software.amazon.awssdk.services.licensemanager.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucket(String bucket)Name of the S3 bucket reports are published to.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. keyPrefix(String keyPrefix)Prefix of the S3 bucket reports are published to.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type S3Location.Builder Modifier and Type Method Description default ReportGenerator.BuilderReportGenerator.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Details of the S3 bucket that report generator reports are published to.
-