public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
bucketName(String bucketName)
The name of the Amazon S3 bucket to export findings to.
|
Destination.Builder |
keyPrefix(String keyPrefix)
The prefix of the KMS key used to export findings.
|
Destination.Builder |
kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key used to encrypt data when exporting findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestination.Builder bucketName(String bucketName)
The name of the Amazon S3 bucket to export findings to.
bucketName - The name of the Amazon S3 bucket to export findings to.Destination.Builder keyPrefix(String keyPrefix)
The prefix of the KMS key used to export findings.
keyPrefix - The prefix of the KMS key used to export findings.Destination.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key used to encrypt data when exporting findings.
kmsKeyArn - The ARN of the KMS key used to encrypt data when exporting findings.Copyright © 2022. All rights reserved.