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