Uses of Interface
software.amazon.awssdk.services.signer.model.StartSigningJobRequest.Builder
-
Packages that use StartSigningJobRequest.Builder Package Description software.amazon.awssdk.services.signer AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.software.amazon.awssdk.services.signer.model -
-
Uses of StartSigningJobRequest.Builder in software.amazon.awssdk.services.signer
Method parameters in software.amazon.awssdk.services.signer with type arguments of type StartSigningJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartSigningJobResponse>SignerAsyncClient. startSigningJob(Consumer<StartSigningJobRequest.Builder> startSigningJobRequest)Initiates a signing job to be performed on the code provided.default StartSigningJobResponseSignerClient. startSigningJob(Consumer<StartSigningJobRequest.Builder> startSigningJobRequest)Initiates a signing job to be performed on the code provided. -
Uses of StartSigningJobRequest.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return StartSigningJobRequest.Builder Modifier and Type Method Description static StartSigningJobRequest.BuilderStartSigningJobRequest. builder()StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. clientRequestToken(String clientRequestToken)String that identifies the signing request.default StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. destination(Consumer<Destination.Builder> destination)The S3 bucket in which to save your signed object.StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. destination(Destination destination)The S3 bucket in which to save your signed object.StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. profileName(String profileName)The name of the signing profile.StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. profileOwner(String profileOwner)The AWS account ID of the signing profile owner.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.StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. source(Source source)The S3 bucket that contains the object to sign or a BLOB that contains your raw code.StartSigningJobRequest.BuilderStartSigningJobRequest. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type StartSigningJobRequest.Builder Modifier and Type Method Description static Class<? extends StartSigningJobRequest.Builder>StartSigningJobRequest. serializableBuilderClass()
-