Uses of Interface
software.amazon.awssdk.services.iot.model.PackageVersionArtifact.Builder
-
Packages that use PackageVersionArtifact.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PackageVersionArtifact.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PackageVersionArtifact.Builder Modifier and Type Method Description static PackageVersionArtifact.BuilderPackageVersionArtifact. builder()default PackageVersionArtifact.BuilderPackageVersionArtifact.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.PackageVersionArtifact.BuilderPackageVersionArtifact.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.PackageVersionArtifact.BuilderPackageVersionArtifact. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PackageVersionArtifact.Builder Modifier and Type Method Description static Class<? extends PackageVersionArtifact.Builder>PackageVersionArtifact. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type PackageVersionArtifact.Builder Modifier and Type Method Description default CreatePackageVersionRequest.BuilderCreatePackageVersionRequest.Builder. artifact(Consumer<PackageVersionArtifact.Builder> artifact)The various build components created during the build process such as libraries and configuration files that make up a software package version.default GetPackageVersionResponse.BuilderGetPackageVersionResponse.Builder. artifact(Consumer<PackageVersionArtifact.Builder> artifact)The various components that make up a software package version.default UpdatePackageVersionRequest.BuilderUpdatePackageVersionRequest.Builder. artifact(Consumer<PackageVersionArtifact.Builder> artifact)The various components that make up a software package version.
-