Class CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty>
- Enclosing interface:
CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty
@Stability(Stable)
public static final class CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.endpointIpAddressType(String endpointIpAddressType) routingDomain(String routingDomain) securityGroupIds(List<String> securityGroupIds) vpcIdentifier(String vpcIdentifier)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointIpAddressType
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder endpointIpAddressType(String endpointIpAddressType) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.getEndpointIpAddressType()- Parameters:
endpointIpAddressType- The IP address type for the resource configuration endpoint.- Returns:
this
-
routingDomain
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder routingDomain(String routingDomain) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.getRoutingDomain()- Parameters:
routingDomain- An intermediate publicly resolvable domain used as the VPC Lattice resource configuration endpoint.- Returns:
this
-
securityGroupIds
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.getSecurityGroupIds()- Parameters:
securityGroupIds- The security group IDs to associate with the VPC Lattice resource gateway.- Returns:
this
-
subnetIds
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder subnetIds(List<String> subnetIds) - Parameters:
subnetIds- The subnet IDs within the VPC where the VPC Lattice resource gateway is placed.- Returns:
this
-
tags
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder tags(Map<String, String> tags) - Parameters:
tags- A map of tags (key-value pairs) to apply to a resource.- Returns:
this
-
vpcIdentifier
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.Builder vpcIdentifier(String vpcIdentifier) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty.getVpcIdentifier()- Parameters:
vpcIdentifier- The ID of the VPC that contains your private resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty>- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.ManagedVpcResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-