Uses of Class
software.amazon.awscdk.services.eks_v2.ClusterCommonOptions.Builder
Packages that use ClusterCommonOptions.Builder
-
Uses of ClusterCommonOptions.Builder in software.amazon.awscdk.services.eks_v2
Methods in software.amazon.awscdk.services.eks_v2 that return ClusterCommonOptions.BuilderModifier and TypeMethodDescriptionClusterCommonOptions.Builder.albController(AlbControllerOptions albController) Sets the value ofClusterCommonOptions.getAlbController()static ClusterCommonOptions.BuilderClusterCommonOptions.builder()ClusterCommonOptions.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) Sets the value ofClusterCommonOptions.getClusterLogging()ClusterCommonOptions.Builder.clusterName(String clusterName) Sets the value ofClusterCommonOptions.getClusterName()ClusterCommonOptions.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterCommonOptions.getCoreDnsComputeType()ClusterCommonOptions.Builder.endpointAccess(EndpointAccess endpointAccess) Sets the value ofClusterCommonOptions.getEndpointAccess()Sets the value ofClusterCommonOptions.getIpFamily()ClusterCommonOptions.Builder.kubectlProviderOptions(KubectlProviderOptions kubectlProviderOptions) Sets the value ofClusterCommonOptions.getKubectlProviderOptions()ClusterCommonOptions.Builder.mastersRole(IRole mastersRole) Sets the value ofClusterCommonOptions.getMastersRole()Sets the value ofClusterCommonOptions.getPrune()ClusterCommonOptions.Builder.remoteNodeNetworks(List<? extends RemoteNodeNetwork> remoteNodeNetworks) Sets the value ofClusterCommonOptions.getRemoteNodeNetworks()ClusterCommonOptions.Builder.remotePodNetworks(List<? extends RemotePodNetwork> remotePodNetworks) Sets the value ofClusterCommonOptions.getRemotePodNetworks()ClusterCommonOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterCommonOptions.getRemovalPolicy()Sets the value ofClusterCommonOptions.getRole()ClusterCommonOptions.Builder.secretsEncryptionKey(IKeyRef secretsEncryptionKey) Sets the value ofClusterCommonOptions.getSecretsEncryptionKey()ClusterCommonOptions.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofClusterCommonOptions.getSecurityGroup()ClusterCommonOptions.Builder.serviceIpv4Cidr(String serviceIpv4Cidr) Sets the value ofClusterCommonOptions.getServiceIpv4Cidr()Sets the value ofClusterCommonOptions.getTags()ClusterCommonOptions.Builder.version(KubernetesVersion version) Sets the value ofClusterCommonOptions.getVersion()Sets the value ofClusterCommonOptions.getVpc()ClusterCommonOptions.Builder.vpcSubnets(List<? extends SubnetSelection> vpcSubnets) Sets the value ofClusterCommonOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.eks_v2 with parameters of type ClusterCommonOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ClusterCommonOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterCommonOptions.Builder.