Uses of Interface
software.amazon.awssdk.services.signer.model.Source.Builder
-
Packages that use Source.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of Source.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return Source.Builder Modifier and Type Method Description static Source.BuilderSource. builder()default Source.BuilderSource.Builder. s3(Consumer<S3Source.Builder> s3)TheS3Sourceobject.Source.BuilderSource.Builder. s3(S3Source s3)TheS3Sourceobject.Source.BuilderSource. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type Source.Builder Modifier and Type Method Description static Class<? extends Source.Builder>Source. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type Source.Builder Modifier and Type Method Description default DescribeSigningJobResponse.BuilderDescribeSigningJobResponse.Builder. source(Consumer<Source.Builder> source)The object that contains the name of your S3 bucket or your raw code.default SigningJob.BuilderSigningJob.Builder. source(Consumer<Source.Builder> source)ASourcethat contains information about a signing job's code image source.default StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. source(Consumer<Source.Builder> source)The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
-