Uses of Class
software.amazon.awscdk.services.eks.ClusterOptions.Builder
Packages that use ClusterOptions.Builder
-
Uses of ClusterOptions.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return ClusterOptions.BuilderModifier and TypeMethodDescriptionClusterOptions.Builder.albController(AlbControllerOptions albController) Sets the value ofClusterOptions.getAlbController()static ClusterOptions.BuilderClusterOptions.builder()ClusterOptions.Builder.clusterHandlerEnvironment(Map<String, String> clusterHandlerEnvironment) Sets the value ofClusterOptions.getClusterHandlerEnvironment()ClusterOptions.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) Sets the value ofClusterOptions.getClusterHandlerSecurityGroup()ClusterOptions.Builder.clusterName(String clusterName) Sets the value ofCommonClusterOptions.getClusterName()ClusterOptions.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()ClusterOptions.Builder.endpointAccess(EndpointAccess endpointAccess) Sets the value ofClusterOptions.getEndpointAccess()ClusterOptions.Builder.kubectlEnvironment(Map<String, String> kubectlEnvironment) Sets the value ofClusterOptions.getKubectlEnvironment()ClusterOptions.Builder.kubectlLayer(ILayerVersion kubectlLayer) Sets the value ofClusterOptions.getKubectlLayer()ClusterOptions.Builder.kubectlMemory(Size kubectlMemory) Sets the value ofClusterOptions.getKubectlMemory()ClusterOptions.Builder.mastersRole(IRole mastersRole) Sets the value ofClusterOptions.getMastersRole()ClusterOptions.Builder.onEventLayer(ILayerVersion onEventLayer) Sets the value ofClusterOptions.getOnEventLayer()ClusterOptions.Builder.outputClusterName(Boolean outputClusterName) Sets the value ofCommonClusterOptions.getOutputClusterName()ClusterOptions.Builder.outputConfigCommand(Boolean outputConfigCommand) Sets the value ofCommonClusterOptions.getOutputConfigCommand()ClusterOptions.Builder.outputMastersRoleArn(Boolean outputMastersRoleArn) Sets the value ofClusterOptions.getOutputMastersRoleArn()ClusterOptions.Builder.placeClusterHandlerInVpc(Boolean placeClusterHandlerInVpc) Sets the value ofClusterOptions.getPlaceClusterHandlerInVpc()Sets the value ofClusterOptions.getPrune()Sets the value ofCommonClusterOptions.getRole()ClusterOptions.Builder.secretsEncryptionKey(IKey secretsEncryptionKey) Sets the value ofClusterOptions.getSecretsEncryptionKey()ClusterOptions.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonClusterOptions.getSecurityGroup()ClusterOptions.Builder.serviceIpv4Cidr(String serviceIpv4Cidr) Sets the value ofClusterOptions.getServiceIpv4Cidr()ClusterOptions.Builder.version(KubernetesVersion version) Sets the value ofCommonClusterOptions.getVersion()Sets the value ofCommonClusterOptions.getVpc()ClusterOptions.Builder.vpcSubnets(List<? extends SubnetSelection> vpcSubnets) Sets the value ofCommonClusterOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.eks with parameters of type ClusterOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ClusterOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterOptions.Builder.