Uses of Class
software.amazon.awscdk.services.eks.ClusterAttributes.Builder
-
Uses of ClusterAttributes.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionClusterAttributes.Builder.awscliLayer
(ILayerVersion awscliLayer) Sets the value ofClusterAttributes.getAwscliLayer()
static ClusterAttributes.Builder
ClusterAttributes.builder()
ClusterAttributes.Builder.clusterCertificateAuthorityData
(String clusterCertificateAuthorityData) Sets the value ofClusterAttributes.getClusterCertificateAuthorityData()
ClusterAttributes.Builder.clusterEncryptionConfigKeyArn
(String clusterEncryptionConfigKeyArn) Sets the value ofClusterAttributes.getClusterEncryptionConfigKeyArn()
ClusterAttributes.Builder.clusterEndpoint
(String clusterEndpoint) Sets the value ofClusterAttributes.getClusterEndpoint()
ClusterAttributes.Builder.clusterHandlerSecurityGroupId
(String clusterHandlerSecurityGroupId) Sets the value ofClusterAttributes.getClusterHandlerSecurityGroupId()
ClusterAttributes.Builder.clusterName
(String clusterName) Sets the value ofClusterAttributes.getClusterName()
ClusterAttributes.Builder.clusterSecurityGroupId
(String clusterSecurityGroupId) Sets the value ofClusterAttributes.getClusterSecurityGroupId()
Sets the value ofClusterAttributes.getIpFamily()
ClusterAttributes.Builder.kubectlEnvironment
(Map<String, String> kubectlEnvironment) Sets the value ofClusterAttributes.getKubectlEnvironment()
ClusterAttributes.Builder.kubectlLambdaRole
(IRole kubectlLambdaRole) Sets the value ofClusterAttributes.getKubectlLambdaRole()
ClusterAttributes.Builder.kubectlLayer
(ILayerVersion kubectlLayer) Sets the value ofClusterAttributes.getKubectlLayer()
ClusterAttributes.Builder.kubectlMemory
(Size kubectlMemory) Sets the value ofClusterAttributes.getKubectlMemory()
ClusterAttributes.Builder.kubectlPrivateSubnetIds
(List<String> kubectlPrivateSubnetIds) Sets the value ofClusterAttributes.getKubectlPrivateSubnetIds()
ClusterAttributes.Builder.kubectlProvider
(IKubectlProvider kubectlProvider) Sets the value ofClusterAttributes.getKubectlProvider()
ClusterAttributes.Builder.kubectlRoleArn
(String kubectlRoleArn) Sets the value ofClusterAttributes.getKubectlRoleArn()
ClusterAttributes.Builder.kubectlSecurityGroupId
(String kubectlSecurityGroupId) Sets the value ofClusterAttributes.getKubectlSecurityGroupId()
ClusterAttributes.Builder.onEventLayer
(ILayerVersion onEventLayer) Sets the value ofClusterAttributes.getOnEventLayer()
ClusterAttributes.Builder.openIdConnectProvider
(IOpenIdConnectProvider openIdConnectProvider) Sets the value ofClusterAttributes.getOpenIdConnectProvider()
Sets the value ofClusterAttributes.getPrune()
ClusterAttributes.Builder.securityGroupIds
(List<String> securityGroupIds) Sets the value ofClusterAttributes.getSecurityGroupIds()
Sets the value ofClusterAttributes.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ClusterAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterAttributes.Builder
.