Class GoogleProviderBatching.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.provider.GoogleProviderBatching.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GoogleProviderBatching>
- Enclosing interface:
- GoogleProviderBatching
@Stability(Stable) public static final class GoogleProviderBatching.Builder extends Object implements software.amazon.jsii.Builder<GoogleProviderBatching>
A builder forGoogleProviderBatching
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleProviderBatchingbuild()Builds the configured instance.GoogleProviderBatching.BuilderenableBatching(com.hashicorp.cdktf.IResolvable enableBatching)Sets the value ofGoogleProviderBatching.getEnableBatching()GoogleProviderBatching.BuilderenableBatching(Boolean enableBatching)Sets the value ofGoogleProviderBatching.getEnableBatching()GoogleProviderBatching.BuildersendAfter(String sendAfter)Sets the value ofGoogleProviderBatching.getSendAfter()
-
-
-
Method Detail
-
enableBatching
@Stability(Stable) public GoogleProviderBatching.Builder enableBatching(Boolean enableBatching)
Sets the value ofGoogleProviderBatching.getEnableBatching()- Parameters:
enableBatching- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#enable_batching GoogleProvider#enable_batching}.- Returns:
this
-
enableBatching
@Stability(Stable) public GoogleProviderBatching.Builder enableBatching(com.hashicorp.cdktf.IResolvable enableBatching)
Sets the value ofGoogleProviderBatching.getEnableBatching()- Parameters:
enableBatching- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#enable_batching GoogleProvider#enable_batching}.- Returns:
this
-
sendAfter
@Stability(Stable) public GoogleProviderBatching.Builder sendAfter(String sendAfter)
Sets the value ofGoogleProviderBatching.getSendAfter()- Parameters:
sendAfter- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#send_after GoogleProvider#send_after}.- Returns:
this
-
build
@Stability(Stable) public GoogleProviderBatching build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GoogleProviderBatching>- Returns:
- a new instance of
GoogleProviderBatching - Throws:
NullPointerException- if any required attribute was not provided
-
-