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