Interface CreateSbomExportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSbomExportRequest.Builder,CreateSbomExportRequest>,Inspector2Request.Builder,SdkBuilder<CreateSbomExportRequest.Builder,CreateSbomExportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSbomExportRequest
public static interface CreateSbomExportRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<CreateSbomExportRequest.Builder,CreateSbomExportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateSbomExportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSbomExportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSbomExportRequest.BuilderreportFormat(String reportFormat)The output format for the software bill of materials (SBOM) report.CreateSbomExportRequest.BuilderreportFormat(SbomReportFormat reportFormat)The output format for the software bill of materials (SBOM) report.default CreateSbomExportRequest.BuilderresourceFilterCriteria(Consumer<ResourceFilterCriteria.Builder> resourceFilterCriteria)The resource filter criteria for the software bill of materials (SBOM) report.CreateSbomExportRequest.BuilderresourceFilterCriteria(ResourceFilterCriteria resourceFilterCriteria)The resource filter criteria for the software bill of materials (SBOM) report.default CreateSbomExportRequest.Builders3Destination(Consumer<Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.CreateSbomExportRequest.Builders3Destination(Destination s3Destination)Sets the value of the S3Destination property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
reportFormat
CreateSbomExportRequest.Builder reportFormat(String reportFormat)
The output format for the software bill of materials (SBOM) report.
- Parameters:
reportFormat- The output format for the software bill of materials (SBOM) report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomReportFormat,SbomReportFormat
-
reportFormat
CreateSbomExportRequest.Builder reportFormat(SbomReportFormat reportFormat)
The output format for the software bill of materials (SBOM) report.
- Parameters:
reportFormat- The output format for the software bill of materials (SBOM) report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomReportFormat,SbomReportFormat
-
resourceFilterCriteria
CreateSbomExportRequest.Builder resourceFilterCriteria(ResourceFilterCriteria resourceFilterCriteria)
The resource filter criteria for the software bill of materials (SBOM) report.
- Parameters:
resourceFilterCriteria- The resource filter criteria for the software bill of materials (SBOM) report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceFilterCriteria
default CreateSbomExportRequest.Builder resourceFilterCriteria(Consumer<ResourceFilterCriteria.Builder> resourceFilterCriteria)
The resource filter criteria for the software bill of materials (SBOM) report.
This is a convenience method that creates an instance of theResourceFilterCriteria.Builderavoiding the need to create one manually viaResourceFilterCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceFilterCriteria(ResourceFilterCriteria).- Parameters:
resourceFilterCriteria- a consumer that will call methods onResourceFilterCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceFilterCriteria(ResourceFilterCriteria)
-
s3Destination
CreateSbomExportRequest.Builder s3Destination(Destination s3Destination)
Sets the value of the S3Destination property for this object.- Parameters:
s3Destination- The new value for the S3Destination property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
default CreateSbomExportRequest.Builder s3Destination(Consumer<Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object. This is a convenience method that creates an instance of theDestination.Builderavoiding the need to create one manually viaDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Destination(Destination).- Parameters:
s3Destination- a consumer that will call methods onDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Destination(Destination)
-
overrideConfiguration
CreateSbomExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSbomExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-