Class CfnSigningJob.Builder
java.lang.Object
software.amazon.awscdk.services.signer.CfnSigningJob.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSigningJob>
- Enclosing class:
CfnSigningJob
@Stability(Stable)
public static final class CfnSigningJob.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSigningJob>
A fluent builder for
CfnSigningJob.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSigningJob.BuilderprofileName(String profileName) The name of the signing profile.
-
Method Details
-
create
@Stability(Stable) public static CfnSigningJob.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSigningJob.Builder.
-
profileName
The name of the signing profile.- Parameters:
profileName- The name of the signing profile. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSigningJob>- Returns:
- a newly built instance of
CfnSigningJob.
-