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