| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucket(String bucket)
Name of the S3 bucket reports are published to.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.keyPrefix(String keyPrefix)
Prefix of the S3 bucket reports are published to.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReportGenerator.Builder |
ReportGenerator.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
Details of the S3 bucket that report generator reports are published to.
|
Copyright © 2022. All rights reserved.