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