Class CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty>
- Enclosing interface:
CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty
@Stability(Stable)
public static final class CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceConfigurationIdentifier(String resourceConfigurationIdentifier)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceConfigurationIdentifier
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.Builder resourceConfigurationIdentifier(String resourceConfigurationIdentifier) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.getResourceConfigurationIdentifier()- Parameters:
resourceConfigurationIdentifier- The ARN or ID of the VPC Lattice resource configuration.- Returns:
this
-
build
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty>- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-