Class GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions>
- Enclosing interface:
- GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
@Stability(Stable) public static final class GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder extends Object implements software.amazon.jsii.Builder<GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditionsbuild()Builds the configured instance.GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Buildersoaking(String soaking)
-
-
-
Method Detail
-
soaking
@Stability(Stable) public GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder soaking(String soaking)
- Parameters:
soaking- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#soaking GkeHubFeature#soaking}- Returns:
this
-
build
@Stability(Stable) public GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions>- Returns:
- a new instance of
GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions - Throws:
NullPointerException- if any required attribute was not provided
-
-