Uses of Interface
software.amazon.awssdk.services.inspector2.model.Destination.Builder
-
Packages that use Destination.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Destination.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Destination.Builder Modifier and Type Method Description Destination.BuilderDestination.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket to export findings to.static Destination.BuilderDestination. builder()Destination.BuilderDestination.Builder. keyPrefix(String keyPrefix)The prefix that the findings will be written under.Destination.BuilderDestination.Builder. kmsKeyArn(String kmsKeyArn)The ARN of the KMS key used to encrypt data when exporting findings.Destination.BuilderDestination. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Destination.Builder Modifier and Type Method Description static Class<? extends Destination.Builder>Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Destination.Builder Modifier and Type Method Description default GetFindingsReportStatusResponse.BuilderGetFindingsReportStatusResponse.Builder. destination(Consumer<Destination.Builder> destination)The destination of the report.default CreateFindingsReportRequest.BuilderCreateFindingsReportRequest.Builder. s3Destination(Consumer<Destination.Builder> s3Destination)The Amazon S3 export destination for the report.default CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. s3Destination(Consumer<Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.default GetSbomExportResponse.BuilderGetSbomExportResponse.Builder. s3Destination(Consumer<Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.
-