Interface CodeSigning.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeSigning.Builder,,CodeSigning> SdkBuilder<CodeSigning.Builder,,CodeSigning> SdkPojo
- Enclosing class:
CodeSigning
public static interface CodeSigning.Builder
extends SdkPojo, CopyableBuilder<CodeSigning.Builder,CodeSigning>
-
Method Summary
Modifier and TypeMethodDescriptionawsSignerJobId(String awsSignerJobId) The ID of theAWSSignerJobwhich was created to sign the file.default CodeSigning.BuildercustomCodeSigning(Consumer<CustomCodeSigning.Builder> customCodeSigning) A custom method for code signing a file.customCodeSigning(CustomCodeSigning customCodeSigning) A custom method for code signing a file.default CodeSigning.BuilderstartSigningJobParameter(Consumer<StartSigningJobParameter.Builder> startSigningJobParameter) Describes the code-signing job.startSigningJobParameter(StartSigningJobParameter startSigningJobParameter) Describes the code-signing job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awsSignerJobId
The ID of the
AWSSignerJobwhich was created to sign the file.- Parameters:
awsSignerJobId- The ID of theAWSSignerJobwhich was created to sign the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startSigningJobParameter
Describes the code-signing job.
- Parameters:
startSigningJobParameter- Describes the code-signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startSigningJobParameter
default CodeSigning.Builder startSigningJobParameter(Consumer<StartSigningJobParameter.Builder> startSigningJobParameter) Describes the code-signing job.
This is a convenience method that creates an instance of theStartSigningJobParameter.Builderavoiding the need to create one manually viaStartSigningJobParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostartSigningJobParameter(StartSigningJobParameter).- Parameters:
startSigningJobParameter- a consumer that will call methods onStartSigningJobParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customCodeSigning
A custom method for code signing a file.
- Parameters:
customCodeSigning- A custom method for code signing a file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customCodeSigning
default CodeSigning.Builder customCodeSigning(Consumer<CustomCodeSigning.Builder> customCodeSigning) A custom method for code signing a file.
This is a convenience method that creates an instance of theCustomCodeSigning.Builderavoiding the need to create one manually viaCustomCodeSigning.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomCodeSigning(CustomCodeSigning).- Parameters:
customCodeSigning- a consumer that will call methods onCustomCodeSigning.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-