public static interface GetSbomExportResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetSbomExportResponse.Builder,GetSbomExportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSbomExportResponse.Builder |
errorCode(ReportingErrorCode errorCode)
An error code.
|
GetSbomExportResponse.Builder |
errorCode(String errorCode)
An error code.
|
GetSbomExportResponse.Builder |
errorMessage(String errorMessage)
An error message.
|
default GetSbomExportResponse.Builder |
filterCriteria(Consumer<ResourceFilterCriteria.Builder> filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
GetSbomExportResponse.Builder |
filterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
GetSbomExportResponse.Builder |
format(SbomReportFormat format)
The format of the software bill of materials (SBOM) report.
|
GetSbomExportResponse.Builder |
format(String format)
The format of the software bill of materials (SBOM) report.
|
GetSbomExportResponse.Builder |
reportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
|
default GetSbomExportResponse.Builder |
s3Destination(Consumer<Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
GetSbomExportResponse.Builder |
s3Destination(Destination s3Destination)
Sets the value of the S3Destination property for this object.
|
GetSbomExportResponse.Builder |
status(ExternalReportStatus status)
The status of the software bill of materials (SBOM) report.
|
GetSbomExportResponse.Builder |
status(String status)
The status of the software bill of materials (SBOM) report.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSbomExportResponse.Builder errorCode(String errorCode)
An error code.
errorCode - An error code.ReportingErrorCode,
ReportingErrorCodeGetSbomExportResponse.Builder errorCode(ReportingErrorCode errorCode)
An error code.
errorCode - An error code.ReportingErrorCode,
ReportingErrorCodeGetSbomExportResponse.Builder errorMessage(String errorMessage)
An error message.
errorMessage - An error message.GetSbomExportResponse.Builder filterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
filterCriteria - Contains details about the resource filter criteria used for the software bill of materials (SBOM)
report.default GetSbomExportResponse.Builder filterCriteria(Consumer<ResourceFilterCriteria.Builder> filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
This is a convenience method that creates an instance of theResourceFilterCriteria.Builder avoiding
the need to create one manually via ResourceFilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to filterCriteria(ResourceFilterCriteria).
filterCriteria - a consumer that will call methods on ResourceFilterCriteria.BuilderfilterCriteria(ResourceFilterCriteria)GetSbomExportResponse.Builder format(String format)
The format of the software bill of materials (SBOM) report.
format - The format of the software bill of materials (SBOM) report.SbomReportFormat,
SbomReportFormatGetSbomExportResponse.Builder format(SbomReportFormat format)
The format of the software bill of materials (SBOM) report.
format - The format of the software bill of materials (SBOM) report.SbomReportFormat,
SbomReportFormatGetSbomExportResponse.Builder reportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
reportId - The report ID of the software bill of materials (SBOM) report.GetSbomExportResponse.Builder s3Destination(Destination s3Destination)
s3Destination - The new value for the S3Destination property for this object.default GetSbomExportResponse.Builder s3Destination(Consumer<Destination.Builder> s3Destination)
Destination.Builder avoiding the need to
create one manually via Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3Destination(Destination).
s3Destination - a consumer that will call methods on Destination.Builders3Destination(Destination)GetSbomExportResponse.Builder status(String status)
The status of the software bill of materials (SBOM) report.
status - The status of the software bill of materials (SBOM) report.ExternalReportStatus,
ExternalReportStatusGetSbomExportResponse.Builder status(ExternalReportStatus status)
The status of the software bill of materials (SBOM) report.
status - The status of the software bill of materials (SBOM) report.ExternalReportStatus,
ExternalReportStatusCopyright © 2023. All rights reserved.