Class CfnTemplatePropsMixin.ExtensionsV2Property.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.ExtensionsV2Property.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ExtensionsV2Property>
- Enclosing interface:
CfnTemplatePropsMixin.ExtensionsV2Property
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ExtensionsV2Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ExtensionsV2Property>
A builder for
CfnTemplatePropsMixin.ExtensionsV2Property-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationPolicies(CfnTemplatePropsMixin.ApplicationPoliciesProperty applicationPolicies) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getApplicationPolicies()applicationPolicies(IResolvable applicationPolicies) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getApplicationPolicies()build()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getKeyUsage()keyUsage(IResolvable keyUsage) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getKeyUsage()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationPolicies
@Stability(Stable) public CfnTemplatePropsMixin.ExtensionsV2Property.Builder applicationPolicies(IResolvable applicationPolicies) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getApplicationPolicies()- Parameters:
applicationPolicies- Application policies specify what the certificate is used for and its purpose.- Returns:
this
-
applicationPolicies
@Stability(Stable) public CfnTemplatePropsMixin.ExtensionsV2Property.Builder applicationPolicies(CfnTemplatePropsMixin.ApplicationPoliciesProperty applicationPolicies) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getApplicationPolicies()- Parameters:
applicationPolicies- Application policies specify what the certificate is used for and its purpose.- Returns:
this
-
keyUsage
@Stability(Stable) public CfnTemplatePropsMixin.ExtensionsV2Property.Builder keyUsage(IResolvable keyUsage) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getKeyUsage()- Parameters:
keyUsage- The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.- Returns:
this
-
keyUsage
@Stability(Stable) public CfnTemplatePropsMixin.ExtensionsV2Property.Builder keyUsage(CfnTemplatePropsMixin.KeyUsageProperty keyUsage) Sets the value ofCfnTemplatePropsMixin.ExtensionsV2Property.getKeyUsage()- Parameters:
keyUsage- The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ExtensionsV2Property>- Returns:
- a new instance of
CfnTemplatePropsMixin.ExtensionsV2Property - Throws:
NullPointerException- if any required attribute was not provided
-