Uses of Class
software.amazon.awscdk.services.eks.FargateClusterProps.Builder
Packages that use FargateClusterProps.Builder
-
Uses of FargateClusterProps.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return FargateClusterProps.BuilderModifier and TypeMethodDescriptionFargateClusterProps.Builder.albController(AlbControllerOptions albController) Sets the value ofClusterOptions.getAlbController()FargateClusterProps.Builder.authenticationMode(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()FargateClusterProps.Builder.awscliLayer(ILayerVersion awscliLayer) Sets the value ofClusterOptions.getAwscliLayer()static FargateClusterProps.BuilderFargateClusterProps.builder()FargateClusterProps.Builder.clusterHandlerEnvironment(Map<String, String> clusterHandlerEnvironment) Sets the value ofClusterOptions.getClusterHandlerEnvironment()FargateClusterProps.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) Sets the value ofClusterOptions.getClusterHandlerSecurityGroup()FargateClusterProps.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) Sets the value ofClusterOptions.getClusterLogging()FargateClusterProps.Builder.clusterName(String clusterName) Sets the value ofCommonClusterOptions.getClusterName()FargateClusterProps.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()FargateClusterProps.Builder.defaultProfile(FargateProfileOptions defaultProfile) Sets the value ofFargateClusterProps.getDefaultProfile()FargateClusterProps.Builder.endpointAccess(EndpointAccess endpointAccess) Sets the value ofClusterOptions.getEndpointAccess()Sets the value ofClusterOptions.getIpFamily()FargateClusterProps.Builder.kubectlEnvironment(Map<String, String> kubectlEnvironment) Sets the value ofClusterOptions.getKubectlEnvironment()FargateClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer) Sets the value ofClusterOptions.getKubectlLayer()FargateClusterProps.Builder.kubectlMemory(Size kubectlMemory) Sets the value ofClusterOptions.getKubectlMemory()FargateClusterProps.Builder.mastersRole(IRole mastersRole) Sets the value ofClusterOptions.getMastersRole()FargateClusterProps.Builder.onEventLayer(ILayerVersion onEventLayer) Sets the value ofClusterOptions.getOnEventLayer()FargateClusterProps.Builder.outputClusterName(Boolean outputClusterName) Sets the value ofCommonClusterOptions.getOutputClusterName()FargateClusterProps.Builder.outputConfigCommand(Boolean outputConfigCommand) Sets the value ofCommonClusterOptions.getOutputConfigCommand()FargateClusterProps.Builder.outputMastersRoleArn(Boolean outputMastersRoleArn) Sets the value ofClusterOptions.getOutputMastersRoleArn()FargateClusterProps.Builder.placeClusterHandlerInVpc(Boolean placeClusterHandlerInVpc) Sets the value ofClusterOptions.getPlaceClusterHandlerInVpc()Sets the value ofClusterOptions.getPrune()FargateClusterProps.Builder.remoteNodeNetworks(List<? extends RemoteNodeNetwork> remoteNodeNetworks) Sets the value ofClusterOptions.getRemoteNodeNetworks()FargateClusterProps.Builder.remotePodNetworks(List<? extends RemotePodNetwork> remotePodNetworks) Sets the value ofClusterOptions.getRemotePodNetworks()FargateClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterOptions.getRemovalPolicy()Sets the value ofCommonClusterOptions.getRole()FargateClusterProps.Builder.secretsEncryptionKey(IKeyRef secretsEncryptionKey) Sets the value ofClusterOptions.getSecretsEncryptionKey()FargateClusterProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonClusterOptions.getSecurityGroup()FargateClusterProps.Builder.serviceIpv4Cidr(String serviceIpv4Cidr) Sets the value ofClusterOptions.getServiceIpv4Cidr()FargateClusterProps.Builder.version(KubernetesVersion version) Sets the value ofCommonClusterOptions.getVersion()Sets the value ofCommonClusterOptions.getVpc()FargateClusterProps.Builder.vpcSubnets(List<? extends SubnetSelection> vpcSubnets) Sets the value ofCommonClusterOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.eks with parameters of type FargateClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FargateClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFargateClusterProps.Builder.