Class CfnSoftwarePackageVersionPropsMixin.SbomProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnSoftwarePackageVersionPropsMixin.SbomProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwarePackageVersionPropsMixin.SbomProperty>
- Enclosing interface:
CfnSoftwarePackageVersionPropsMixin.SbomProperty
@Stability(Stable)
public static final class CfnSoftwarePackageVersionPropsMixin.SbomProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwarePackageVersionPropsMixin.SbomProperty>
A builder for
CfnSoftwarePackageVersionPropsMixin.SbomProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSoftwarePackageVersionPropsMixin.SbomProperty.getS3Location()s3Location(IResolvable s3Location) Sets the value ofCfnSoftwarePackageVersionPropsMixin.SbomProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Location
@Stability(Stable) public CfnSoftwarePackageVersionPropsMixin.SbomProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnSoftwarePackageVersionPropsMixin.SbomProperty.getS3Location()- Parameters:
s3Location- The Amazon S3 location.- Returns:
this
-
s3Location
@Stability(Stable) public CfnSoftwarePackageVersionPropsMixin.SbomProperty.Builder s3Location(CfnSoftwarePackageVersionPropsMixin.S3LocationProperty s3Location) Sets the value ofCfnSoftwarePackageVersionPropsMixin.SbomProperty.getS3Location()- Parameters:
s3Location- The Amazon S3 location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwarePackageVersionPropsMixin.SbomProperty>- Returns:
- a new instance of
CfnSoftwarePackageVersionPropsMixin.SbomProperty - Throws:
NullPointerException- if any required attribute was not provided
-