| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static AssessmentReportsDestination.Builder |
AssessmentReportsDestination.builder() |
AssessmentReportsDestination.Builder |
AssessmentReportsDestination.Builder.destination(String destination)
The destination bucket where Audit Manager stores assessment reports.
|
AssessmentReportsDestination.Builder |
AssessmentReportsDestination.Builder.destinationType(AssessmentReportDestinationType destinationType)
The destination type, such as Amazon S3.
|
AssessmentReportsDestination.Builder |
AssessmentReportsDestination.Builder.destinationType(String destinationType)
The destination type, such as Amazon S3.
|
AssessmentReportsDestination.Builder |
AssessmentReportsDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssessmentReportsDestination.Builder> |
AssessmentReportsDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssessmentMetadata.Builder |
AssessmentMetadata.Builder.assessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
default CreateAssessmentRequest.Builder |
CreateAssessmentRequest.Builder.assessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> assessmentReportsDestination)
The assessment report storage destination for the assessment that's being created.
|
default UpdateAssessmentRequest.Builder |
UpdateAssessmentRequest.Builder.assessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> assessmentReportsDestination)
The assessment report storage destination for the assessment that's being updated.
|
default Settings.Builder |
Settings.Builder.defaultAssessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> defaultAssessmentReportsDestination)
The default S3 destination bucket for storing assessment reports.
|
default UpdateSettingsRequest.Builder |
UpdateSettingsRequest.Builder.defaultAssessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> defaultAssessmentReportsDestination)
The default S3 destination bucket for storing assessment reports.
|
Copyright © 2023. All rights reserved.