Class AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_levels.AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints>
- Enclosing interface:
- AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints
@Stability(Stable) public static final class AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraintsbuild()Builds the configured instance.AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.BuilderminimumVersion(String minimumVersion)AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.BuilderosType(String osType)
-
-
-
Method Detail
-
osType
@Stability(Stable) public AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.Builder osType(String osType)
Sets the value ofAccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.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_levels#os_type AccessContextManagerAccessLevels#os_type}- Returns:
this
-
minimumVersion
@Stability(Stable) public AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.Builder minimumVersion(String minimumVersion)
Sets the value ofAccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints.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_levels#minimum_version AccessContextManagerAccessLevels#minimum_version}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints>- Returns:
- a new instance of
AccessContextManagerAccessLevelsAccessLevelsBasicConditionsDevicePolicyOsConstraints - Throws:
NullPointerException- if any required attribute was not provided
-
-