Interface KubernetesNetworkConfigResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KubernetesNetworkConfigResponse.Builder,,- KubernetesNetworkConfigResponse> - SdkBuilder<KubernetesNetworkConfigResponse.Builder,,- KubernetesNetworkConfigResponse> - SdkPojo
- Enclosing class:
- KubernetesNetworkConfigResponse
- 
Method SummaryModifier and TypeMethodDescriptionelasticLoadBalancing(Consumer<ElasticLoadBalancing.Builder> elasticLoadBalancing) Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.elasticLoadBalancing(ElasticLoadBalancing elasticLoadBalancing) Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.The IP family used to assign KubernetesPodandServiceobjects IP addresses.The IP family used to assign KubernetesPodandServiceobjects IP addresses.serviceIpv4Cidr(String serviceIpv4Cidr) The CIDR block that KubernetesPodandServiceobject IP addresses are assigned from.serviceIpv6Cidr(String serviceIpv6Cidr) The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specifiedipv6for ipFamily when you created the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
serviceIpv4CidrThe CIDR block that Kubernetes PodandServiceobject IP addresses are assigned from. Kubernetes assigns addresses from anIPv4CIDR block assigned to a subnet that the node is in. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the10.100.0.0/16or172.20.0.0/16CIDR blocks. If this was specified, then it was specified when the cluster was created and it can't be changed.- Parameters:
- serviceIpv4Cidr- The CIDR block that Kubernetes- Podand- Serviceobject IP addresses are assigned from. Kubernetes assigns addresses from an- IPv4CIDR block assigned to a subnet that the node is in. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the- 10.100.0.0/16or- 172.20.0.0/16CIDR blocks. If this was specified, then it was specified when the cluster was created and it can't be changed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceIpv6CidrThe CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified ipv6for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.- Parameters:
- serviceIpv6Cidr- The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified- ipv6for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (- fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipFamilyThe IP family used to assign Kubernetes PodandServiceobjects IP addresses. The IP family is alwaysipv4, unless you have a1.21or later cluster running version1.10.1or later of the Amazon VPC CNI plugin for Kubernetes and specifiedipv6when you created the cluster.- Parameters:
- ipFamily- The IP family used to assign Kubernetes- Podand- Serviceobjects IP addresses. The IP family is always- ipv4, unless you have a- 1.21or later cluster running version- 1.10.1or later of the Amazon VPC CNI plugin for Kubernetes and specified- ipv6when you created the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ipFamilyThe IP family used to assign Kubernetes PodandServiceobjects IP addresses. The IP family is alwaysipv4, unless you have a1.21or later cluster running version1.10.1or later of the Amazon VPC CNI plugin for Kubernetes and specifiedipv6when you created the cluster.- Parameters:
- ipFamily- The IP family used to assign Kubernetes- Podand- Serviceobjects IP addresses. The IP family is always- ipv4, unless you have a- 1.21or later cluster running version- 1.10.1or later of the Amazon VPC CNI plugin for Kubernetes and specified- ipv6when you created the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
elasticLoadBalancingKubernetesNetworkConfigResponse.Builder elasticLoadBalancing(ElasticLoadBalancing elasticLoadBalancing) Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. - Parameters:
- elasticLoadBalancing- Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
elasticLoadBalancingdefault KubernetesNetworkConfigResponse.Builder elasticLoadBalancing(Consumer<ElasticLoadBalancing.Builder> elasticLoadBalancing) Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. This is a convenience method that creates an instance of theElasticLoadBalancing.Builderavoiding the need to create one manually viaElasticLoadBalancing.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toelasticLoadBalancing(ElasticLoadBalancing).- Parameters:
- elasticLoadBalancing- a consumer that will call methods on- ElasticLoadBalancing.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-