Uses of Interface
software.amazon.awssdk.services.auditmanager.model.DefaultExportDestination.Builder
-
Packages that use DefaultExportDestination.Builder Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of DefaultExportDestination.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return DefaultExportDestination.Builder Modifier and Type Method Description static DefaultExportDestination.BuilderDefaultExportDestination. builder()DefaultExportDestination.BuilderDefaultExportDestination.Builder. destination(String destination)The destination bucket where Audit Manager stores exported files.DefaultExportDestination.BuilderDefaultExportDestination.Builder. destinationType(String destinationType)The destination type, such as Amazon S3.DefaultExportDestination.BuilderDefaultExportDestination.Builder. destinationType(ExportDestinationType destinationType)The destination type, such as Amazon S3.DefaultExportDestination.BuilderDefaultExportDestination. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type DefaultExportDestination.Builder Modifier and Type Method Description static Class<? extends DefaultExportDestination.Builder>DefaultExportDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type DefaultExportDestination.Builder Modifier and Type Method Description default Settings.BuilderSettings.Builder. defaultExportDestination(Consumer<DefaultExportDestination.Builder> defaultExportDestination)The default S3 destination bucket for storing evidence finder exports.default UpdateSettingsRequest.BuilderUpdateSettingsRequest.Builder. defaultExportDestination(Consumer<DefaultExportDestination.Builder> defaultExportDestination)The default S3 destination bucket for storing evidence finder exports.
-