Class ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig>
- Enclosing interface:
- ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig
@Stability(Stable) public static final class ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfigbuild()Builds the configured instance.ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.BuildertotalEgressBandwidthTier(String totalEgressBandwidthTier)
-
-
-
Method Detail
-
totalEgressBandwidthTier
@Stability(Stable) public ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builder totalEgressBandwidthTier(String totalEgressBandwidthTier)
Sets the value ofContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.getTotalEgressBandwidthTier()- Parameters:
totalEgressBandwidthTier- Specifies the total network bandwidth tier for the NodePool. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#total_egress_bandwidth_tier ContainerCluster#total_egress_bandwidth_tier}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig>- Returns:
- a new instance of
ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-