Interface ArgoCdNetworkAccessConfigResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ArgoCdNetworkAccessConfigResponse.Builder,,ArgoCdNetworkAccessConfigResponse> SdkBuilder<ArgoCdNetworkAccessConfigResponse.Builder,,ArgoCdNetworkAccessConfigResponse> SdkPojo
- Enclosing class:
ArgoCdNetworkAccessConfigResponse
@Mutable
@NotThreadSafe
public static interface ArgoCdNetworkAccessConfigResponse.Builder
extends SdkPojo, CopyableBuilder<ArgoCdNetworkAccessConfigResponse.Builder,ArgoCdNetworkAccessConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of VPC endpoint IDs associated with the managed Argo CD API server endpoint.vpceIds(Collection<String> vpceIds) The list of VPC endpoint IDs associated 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
The list of VPC endpoint IDs associated with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server.
- Parameters:
vpceIds- The list of VPC endpoint IDs associated with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpceIds
The list of VPC endpoint IDs associated with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server.
- Parameters:
vpceIds- The list of VPC endpoint IDs associated with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-