Class MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.monitoring_uptime_check_config.MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication>
- Enclosing interface:
- MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication
@Stability(Stable) public static final class MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builder extends Object implements software.amazon.jsii.Builder<MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthenticationbuild()Builds the configured instance.MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Buildertype(String type)Sets the value ofMonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builder type(String type)
Sets the value ofMonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.getType()- Parameters:
type- The type of authentication to use. Possible values: ["SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED", "OIDC_TOKEN"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#type MonitoringUptimeCheckConfig#type}- Returns:
this
-
build
@Stability(Stable) public MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication>- Returns:
- a new instance of
MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication - Throws:
NullPointerException- if any required attribute was not provided
-
-