Class CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty>
- Enclosing interface:
CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty
@Stability(Stable)
public static final class CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.managedVpcResource(CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty managedVpcResource) managedVpcResource(IResolvable managedVpcResource) selfManagedLatticeResource(CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty selfManagedLatticeResource) selfManagedLatticeResource(IResolvable selfManagedLatticeResource)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
managedVpcResource
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder managedVpcResource(IResolvable managedVpcResource) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.getManagedVpcResource()- Parameters:
managedVpcResource- Configuration for a managed VPC Lattice resource. AgentCore creates and manages the VPC Lattice resource gateway and resource configuration on your behalf.- Returns:
this
-
managedVpcResource
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder managedVpcResource(CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty managedVpcResource) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.getManagedVpcResource()- Parameters:
managedVpcResource- Configuration for a managed VPC Lattice resource. AgentCore creates and manages the VPC Lattice resource gateway and resource configuration on your behalf.- Returns:
this
-
selfManagedLatticeResource
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder selfManagedLatticeResource(IResolvable selfManagedLatticeResource) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.getSelfManagedLatticeResource()- Parameters:
selfManagedLatticeResource- Configuration for a self-managed VPC Lattice resource. You create and manage the VPC Lattice resource gateway and resource configuration, then provide the resource configuration identifier.- Returns:
this
-
selfManagedLatticeResource
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.Builder selfManagedLatticeResource(CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty selfManagedLatticeResource) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty.getSelfManagedLatticeResource()- Parameters:
selfManagedLatticeResource- Configuration for a self-managed VPC Lattice resource. You create and manage the VPC Lattice resource gateway and resource configuration, then provide the resource configuration identifier.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty>- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.PrivateEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-