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