Class CfnCapability.NetworkAccessProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnCapability.NetworkAccessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapability.NetworkAccessProperty>
- Enclosing interface:
CfnCapability.NetworkAccessProperty
@Stability(Stable)
public static final class CfnCapability.NetworkAccessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapability.NetworkAccessProperty>
A builder for
CfnCapability.NetworkAccessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCapability.NetworkAccessProperty.getVpceIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpceIds
Sets the value ofCfnCapability.NetworkAccessProperty.getVpceIds()- Parameters:
vpceIds- A list of VPC endpoint IDs to associate with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server. You can specify multiple VPC endpoint IDs to enable access from multiple VPCs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapability.NetworkAccessProperty>- Returns:
- a new instance of
CfnCapability.NetworkAccessProperty - Throws:
NullPointerException- if any required attribute was not provided
-