Interface ArgoCdNetworkAccessConfigRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ArgoCdNetworkAccessConfigRequest.Builder,,ArgoCdNetworkAccessConfigRequest> SdkBuilder<ArgoCdNetworkAccessConfigRequest.Builder,,ArgoCdNetworkAccessConfigRequest> SdkPojo
- Enclosing class:
ArgoCdNetworkAccessConfigRequest
@Mutable
@NotThreadSafe
public static interface ArgoCdNetworkAccessConfigRequest.Builder
extends SdkPojo, CopyableBuilder<ArgoCdNetworkAccessConfigRequest.Builder,ArgoCdNetworkAccessConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA list of VPC endpoint IDs to associate with the managed Argo CD API server endpoint.vpceIds(Collection<String> vpceIds) A list of VPC endpoint IDs to associate with the managed Argo CD API server endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-