Class ContainerAwsNodePoolUpdateSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolUpdateSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAwsNodePoolUpdateSettings>
- Enclosing interface:
- ContainerAwsNodePoolUpdateSettings
@Stability(Stable) public static final class ContainerAwsNodePoolUpdateSettings.Builder extends Object implements software.amazon.jsii.Builder<ContainerAwsNodePoolUpdateSettings>
A builder forContainerAwsNodePoolUpdateSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAwsNodePoolUpdateSettingsbuild()Builds the configured instance.ContainerAwsNodePoolUpdateSettings.BuildersurgeSettings(ContainerAwsNodePoolUpdateSettingsSurgeSettings surgeSettings)Sets the value ofContainerAwsNodePoolUpdateSettings.getSurgeSettings()
-
-
-
Method Detail
-
surgeSettings
@Stability(Stable) public ContainerAwsNodePoolUpdateSettings.Builder surgeSettings(ContainerAwsNodePoolUpdateSettingsSurgeSettings surgeSettings)
Sets the value ofContainerAwsNodePoolUpdateSettings.getSurgeSettings()- Parameters:
surgeSettings- surge_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#surge_settings ContainerAwsNodePool#surge_settings}- Returns:
this
-
build
@Stability(Stable) public ContainerAwsNodePoolUpdateSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAwsNodePoolUpdateSettings>- Returns:
- a new instance of
ContainerAwsNodePoolUpdateSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-