public static interface CodeSigning.Builder extends SdkPojo, CopyableBuilder<CodeSigning.Builder,CodeSigning>
| Modifier and Type | Method and Description |
|---|---|
CodeSigning.Builder |
awsSignerJobId(String awsSignerJobId)
The ID of the AWSSignerJob which was created to sign the file.
|
default CodeSigning.Builder |
customCodeSigning(Consumer<CustomCodeSigning.Builder> customCodeSigning)
A custom method for code signing a file.
|
CodeSigning.Builder |
customCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
|
default CodeSigning.Builder |
startSigningJobParameter(Consumer<StartSigningJobParameter.Builder> startSigningJobParameter)
Describes the code-signing job.
|
CodeSigning.Builder |
startSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
|
copyapplyMutation, buildCodeSigning.Builder awsSignerJobId(String awsSignerJobId)
The ID of the AWSSignerJob which was created to sign the file.
awsSignerJobId - The ID of the AWSSignerJob which was created to sign the file.CodeSigning.Builder startSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
startSigningJobParameter - Describes the code-signing job.default CodeSigning.Builder startSigningJobParameter(Consumer<StartSigningJobParameter.Builder> startSigningJobParameter)
Describes the code-signing job.
This is a convenience that creates an instance of theStartSigningJobParameter.Builder avoiding the
need to create one manually via StartSigningJobParameter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to startSigningJobParameter(StartSigningJobParameter).startSigningJobParameter - a consumer that will call methods on StartSigningJobParameter.BuilderstartSigningJobParameter(StartSigningJobParameter)CodeSigning.Builder customCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
customCodeSigning - A custom method for code signing a file.default CodeSigning.Builder customCodeSigning(Consumer<CustomCodeSigning.Builder> customCodeSigning)
A custom method for code signing a file.
This is a convenience that creates an instance of theCustomCodeSigning.Builder avoiding the need to
create one manually via CustomCodeSigning.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to customCodeSigning(CustomCodeSigning).customCodeSigning - a consumer that will call methods on CustomCodeSigning.BuildercustomCodeSigning(CustomCodeSigning)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.