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()ClusterProps.Builder.authenticationMode(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()ClusterProps.Builder.awscliLayer(ILayerVersion awscliLayer) Sets the value ofClusterOptions.getAwscliLayer()ClusterProps.Builder.bootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions) Sets the value ofClusterProps.getBootstrapClusterCreatorAdminPermissions()ClusterProps.Builder.bootstrapSelfManagedAddons(Boolean bootstrapSelfManagedAddons) Sets the value ofClusterProps.getBootstrapSelfManagedAddons()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 ofClusterOptions.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()Sets the value ofClusterOptions.getIpFamily()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()ClusterProps.Builder.remoteNodeNetworks(List<? extends RemoteNodeNetwork> remoteNodeNetworks) Sets the value ofClusterOptions.getRemoteNodeNetworks()ClusterProps.Builder.remotePodNetworks(List<? extends RemotePodNetwork> remotePodNetworks) Sets the value ofClusterOptions.getRemotePodNetworks()ClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterOptions.getRemovalPolicy()Sets the value ofCommonClusterOptions.getRole()ClusterProps.Builder.secretsEncryptionKey(IKeyRef 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.