Uses of Interface
software.amazon.awssdk.services.iot.model.Sbom.Builder
-
Packages that use Sbom.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Sbom.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Sbom.Builder Modifier and Type Method Description static Sbom.BuilderSbom. builder()default Sbom.BuilderSbom.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.Sbom.BuilderSbom.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.Sbom.BuilderSbom. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Sbom.Builder Modifier and Type Method Description static Class<? extends Sbom.Builder>Sbom. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Sbom.Builder Modifier and Type Method Description default AssociateSbomWithPackageVersionRequest.BuilderAssociateSbomWithPackageVersionRequest.Builder. sbom(Consumer<Sbom.Builder> sbom)Sets the value of the Sbom property for this object.default AssociateSbomWithPackageVersionResponse.BuilderAssociateSbomWithPackageVersionResponse.Builder. sbom(Consumer<Sbom.Builder> sbom)Sets the value of the Sbom property for this object.default GetPackageVersionResponse.BuilderGetPackageVersionResponse.Builder. sbom(Consumer<Sbom.Builder> sbom)The software bill of materials for a software package version.
-