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