Uses of Class
software.amazon.awscdk.services.eks_v2.ClusterAttributes.Builder
Packages that use ClusterAttributes.Builder
-
Uses of ClusterAttributes.Builder in software.amazon.awscdk.services.eks_v2
Methods in software.amazon.awscdk.services.eks_v2 that return ClusterAttributes.BuilderModifier and TypeMethodDescriptionstatic ClusterAttributes.BuilderClusterAttributes.builder()ClusterAttributes.Builder.clusterCertificateAuthorityData(String clusterCertificateAuthorityData) Sets the value ofClusterAttributes.getClusterCertificateAuthorityData()ClusterAttributes.Builder.clusterEncryptionConfigKeyArn(String clusterEncryptionConfigKeyArn) Sets the value ofClusterAttributes.getClusterEncryptionConfigKeyArn()ClusterAttributes.Builder.clusterEndpoint(String clusterEndpoint) Sets the value ofClusterAttributes.getClusterEndpoint()ClusterAttributes.Builder.clusterName(String clusterName) Sets the value ofClusterAttributes.getClusterName()ClusterAttributes.Builder.clusterSecurityGroupId(String clusterSecurityGroupId) Sets the value ofClusterAttributes.getClusterSecurityGroupId()Sets the value ofClusterAttributes.getIpFamily()ClusterAttributes.Builder.kubectlProvider(IKubectlProvider kubectlProvider) Sets the value ofClusterAttributes.getKubectlProvider()ClusterAttributes.Builder.kubectlProviderOptions(KubectlProviderOptions kubectlProviderOptions) Sets the value ofClusterAttributes.getKubectlProviderOptions()ClusterAttributes.Builder.openIdConnectProvider(IOpenIdConnectProvider openIdConnectProvider) Sets the value ofClusterAttributes.getOpenIdConnectProvider()Sets the value ofClusterAttributes.getPrune()ClusterAttributes.Builder.securityGroupIds(List<String> securityGroupIds) Sets the value ofClusterAttributes.getSecurityGroupIds()Sets the value ofClusterAttributes.getVpc()Constructors in software.amazon.awscdk.services.eks_v2 with parameters of type ClusterAttributes.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ClusterAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterAttributes.Builder.