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