Class GkeonpremBareMetalClusterClusterOperations.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterClusterOperations.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalClusterClusterOperations>
- Enclosing interface:
- GkeonpremBareMetalClusterClusterOperations
@Stability(Stable) public static final class GkeonpremBareMetalClusterClusterOperations.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalClusterClusterOperations>
A builder forGkeonpremBareMetalClusterClusterOperations
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalClusterClusterOperationsbuild()Builds the configured instance.GkeonpremBareMetalClusterClusterOperations.BuilderenableApplicationLogs(com.hashicorp.cdktf.IResolvable enableApplicationLogs)Sets the value ofGkeonpremBareMetalClusterClusterOperations.getEnableApplicationLogs()GkeonpremBareMetalClusterClusterOperations.BuilderenableApplicationLogs(Boolean enableApplicationLogs)Sets the value ofGkeonpremBareMetalClusterClusterOperations.getEnableApplicationLogs()
-
-
-
Method Detail
-
enableApplicationLogs
@Stability(Stable) public GkeonpremBareMetalClusterClusterOperations.Builder enableApplicationLogs(Boolean enableApplicationLogs)
Sets the value ofGkeonpremBareMetalClusterClusterOperations.getEnableApplicationLogs()- Parameters:
enableApplicationLogs- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#enable_application_logs GkeonpremBareMetalCluster#enable_application_logs}- Returns:
this
-
enableApplicationLogs
@Stability(Stable) public GkeonpremBareMetalClusterClusterOperations.Builder enableApplicationLogs(com.hashicorp.cdktf.IResolvable enableApplicationLogs)
Sets the value ofGkeonpremBareMetalClusterClusterOperations.getEnableApplicationLogs()- Parameters:
enableApplicationLogs- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#enable_application_logs GkeonpremBareMetalCluster#enable_application_logs}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalClusterClusterOperations build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalClusterClusterOperations>- Returns:
- a new instance of
GkeonpremBareMetalClusterClusterOperations - Throws:
NullPointerException- if any required attribute was not provided
-
-