Interface GoogleProviderBatching
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GoogleProviderBatching.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.447Z") @Stability(Stable) public interface GoogleProviderBatching extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGoogleProviderBatching.BuilderA builder forGoogleProviderBatchingstatic classGoogleProviderBatching.Jsii$ProxyAn implementation forGoogleProviderBatching
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GoogleProviderBatching.Builderbuilder()default ObjectgetEnableBatching()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#enable_batching GoogleProvider#enable_batching}.default StringgetSendAfter()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#send_after GoogleProvider#send_after}.
-
-
-
Method Detail
-
getEnableBatching
@Stability(Stable) @Nullable default Object getEnableBatching()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#enable_batching GoogleProvider#enable_batching}.
-
getSendAfter
@Stability(Stable) @Nullable default String getSendAfter()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs#send_after GoogleProvider#send_after}.
-
builder
@Stability(Stable) static GoogleProviderBatching.Builder builder()
- Returns:
- a
GoogleProviderBatching.BuilderofGoogleProviderBatching
-
-