Class AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_level.AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints>
- Enclosing interface:
- AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
@Stability(Stable) public static final class AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraintsbuild()Builds the configured instance.AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.BuilderminimumVersion(String minimumVersion)AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.BuilderosType(String osType)AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.BuilderrequireVerifiedChromeOs(com.hashicorp.cdktf.IResolvable requireVerifiedChromeOs)AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.BuilderrequireVerifiedChromeOs(Boolean requireVerifiedChromeOs)
-
-
-
Method Detail
-
osType
@Stability(Stable) public AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder osType(String osType)
Sets the value ofAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.getOsType()- Parameters:
osType- The operating system type of the device. Possible values: ["OS_UNSPECIFIED", "DESKTOP_MAC", "DESKTOP_WINDOWS", "DESKTOP_LINUX", "DESKTOP_CHROME_OS", "ANDROID", "IOS"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#os_type AccessContextManagerAccessLevel#os_type}- Returns:
this
-
minimumVersion
@Stability(Stable) public AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder minimumVersion(String minimumVersion)
Sets the value ofAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.getMinimumVersion()- Parameters:
minimumVersion- The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: "major.minor.patch" such as "10.5.301", "9.2.1". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#minimum_version AccessContextManagerAccessLevel#minimum_version}- Returns:
this
-
requireVerifiedChromeOs
@Stability(Stable) public AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder requireVerifiedChromeOs(Boolean requireVerifiedChromeOs)
Sets the value ofAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.getRequireVerifiedChromeOs()- Parameters:
requireVerifiedChromeOs- If you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#require_verified_chrome_os AccessContextManagerAccessLevel#require_verified_chrome_os}- Returns:
this
-
requireVerifiedChromeOs
@Stability(Stable) public AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder requireVerifiedChromeOs(com.hashicorp.cdktf.IResolvable requireVerifiedChromeOs)
Sets the value ofAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.getRequireVerifiedChromeOs()- Parameters:
requireVerifiedChromeOs- If you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#require_verified_chrome_os AccessContextManagerAccessLevel#require_verified_chrome_os}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints>- Returns:
- a new instance of
AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints - Throws:
NullPointerException- if any required attribute was not provided
-
-