Uses of Class
software.amazon.awscdk.services.eks.FargateClusterProps.Builder
-
Uses of FargateClusterProps.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionFargateClusterProps.Builder.albController
(AlbControllerOptions albController) Sets the value ofClusterOptions.getAlbController()
static FargateClusterProps.Builder
FargateClusterProps.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.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()
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()
Sets the value ofCommonClusterOptions.getRole()
FargateClusterProps.Builder.secretsEncryptionKey
(IKey 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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FargateClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFargateClusterProps.Builder
.