Class SigningJobReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.signer.SigningJobReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SigningJobReference>
- Enclosing interface:
SigningJobReference
@Stability(Stable)
public static final class SigningJobReference.Builder
extends Object
implements software.amazon.jsii.Builder<SigningJobReference>
A builder for
SigningJobReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.signingJobArn(String signingJobArn) Sets the value ofSigningJobReference.getSigningJobArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
signingJobArn
Sets the value ofSigningJobReference.getSigningJobArn()- Parameters:
signingJobArn- The Arn of the SigningJob resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SigningJobReference>- Returns:
- a new instance of
SigningJobReference - Throws:
NullPointerException- if any required attribute was not provided
-