Class CfnTemplate.TemplateDefinitionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.TemplateDefinitionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.TemplateDefinitionProperty>
- Enclosing interface:
CfnTemplate.TemplateDefinitionProperty
@Stability(Stable)
public static final class CfnTemplate.TemplateDefinitionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.TemplateDefinitionProperty>
A builder for
CfnTemplate.TemplateDefinitionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.templateV2
(IResolvable templateV2) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV2()
templateV2
(CfnTemplate.TemplateV2Property templateV2) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV2()
templateV3
(IResolvable templateV3) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV3()
templateV3
(CfnTemplate.TemplateV3Property templateV3) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV3()
templateV4
(IResolvable templateV4) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV4()
templateV4
(CfnTemplate.TemplateV4Property templateV4) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV4()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
templateV2
@Stability(Stable) public CfnTemplate.TemplateDefinitionProperty.Builder templateV2(IResolvable templateV2) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV2()
- Parameters:
templateV2
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.- Returns:
this
-
templateV2
@Stability(Stable) public CfnTemplate.TemplateDefinitionProperty.Builder templateV2(CfnTemplate.TemplateV2Property templateV2) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV2()
- Parameters:
templateV2
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.- Returns:
this
-
templateV3
@Stability(Stable) public CfnTemplate.TemplateDefinitionProperty.Builder templateV3(IResolvable templateV3) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV3()
- Parameters:
templateV3
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.- Returns:
this
-
templateV3
@Stability(Stable) public CfnTemplate.TemplateDefinitionProperty.Builder templateV3(CfnTemplate.TemplateV3Property templateV3) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV3()
- Parameters:
templateV3
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.- Returns:
this
-
templateV4
@Stability(Stable) public CfnTemplate.TemplateDefinitionProperty.Builder templateV4(IResolvable templateV4) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV4()
- Parameters:
templateV4
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.- Returns:
this
-
templateV4
@Stability(Stable) public CfnTemplate.TemplateDefinitionProperty.Builder templateV4(CfnTemplate.TemplateV4Property templateV4) Sets the value ofCfnTemplate.TemplateDefinitionProperty.getTemplateV4()
- Parameters:
templateV4
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.TemplateDefinitionProperty>
- Returns:
- a new instance of
CfnTemplate.TemplateDefinitionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-