| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
Destination.Builder.bucketName(String bucketName)
The name of the Amazon S3 bucket to export findings to.
|
static Destination.Builder |
Destination.builder() |
Destination.Builder |
Destination.Builder.keyPrefix(String keyPrefix)
The prefix of the KMS key used to export findings.
|
Destination.Builder |
Destination.Builder.kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key used to encrypt data when exporting findings.
|
Destination.Builder |
Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Destination.Builder> |
Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetFindingsReportStatusResponse.Builder |
GetFindingsReportStatusResponse.Builder.destination(Consumer<Destination.Builder> destination)
The destination of the report.
|
default CreateFindingsReportRequest.Builder |
CreateFindingsReportRequest.Builder.s3Destination(Consumer<Destination.Builder> s3Destination)
The Amazon S3 export destination for the report.
|
Copyright © 2022. All rights reserved.