public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
Name of the S3 bucket reports are published to.
|
S3Location.Builder |
keyPrefix(String keyPrefix)
Prefix of the S3 bucket reports are published to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
Name of the S3 bucket reports are published to.
bucket - Name of the S3 bucket reports are published to.S3Location.Builder keyPrefix(String keyPrefix)
Prefix of the S3 bucket reports are published to.
keyPrefix - Prefix of the S3 bucket reports are published to.Copyright © 2023. All rights reserved.