Class CfnSigningJobPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.signer.CfnSigningJobPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSigningJobPropsMixin>
- Enclosing class:
CfnSigningJobPropsMixin
@Stability(Stable)
public static final class CfnSigningJobPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSigningJobPropsMixin>
A fluent builder for
CfnSigningJobPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) profileName(String profileName) The name of the signing profile.
-
Method Details
-
create
@Stability(Stable) public static CfnSigningJobPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSigningJobPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSigningJobPropsMixin.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<CfnSigningJobPropsMixin>- Returns:
- a newly built instance of
CfnSigningJobPropsMixin.
-