Class ApikeysKeyRestrictionsAndroidKeyRestrictions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsAndroidKeyRestrictions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApikeysKeyRestrictionsAndroidKeyRestrictions>
- Enclosing interface:
- ApikeysKeyRestrictionsAndroidKeyRestrictions
@Stability(Stable) public static final class ApikeysKeyRestrictionsAndroidKeyRestrictions.Builder extends Object implements software.amazon.jsii.Builder<ApikeysKeyRestrictionsAndroidKeyRestrictions>
A builder forApikeysKeyRestrictionsAndroidKeyRestrictions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApikeysKeyRestrictionsAndroidKeyRestrictions.BuilderallowedApplications(com.hashicorp.cdktf.IResolvable allowedApplications)Sets the value ofApikeysKeyRestrictionsAndroidKeyRestrictions.getAllowedApplications()ApikeysKeyRestrictionsAndroidKeyRestrictions.BuilderallowedApplications(List<? extends ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications> allowedApplications)Sets the value ofApikeysKeyRestrictionsAndroidKeyRestrictions.getAllowedApplications()ApikeysKeyRestrictionsAndroidKeyRestrictionsbuild()Builds the configured instance.
-
-
-
Method Detail
-
allowedApplications
@Stability(Stable) public ApikeysKeyRestrictionsAndroidKeyRestrictions.Builder allowedApplications(com.hashicorp.cdktf.IResolvable allowedApplications)
Sets the value ofApikeysKeyRestrictionsAndroidKeyRestrictions.getAllowedApplications()- Parameters:
allowedApplications- allowed_applications block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#allowed_applications ApikeysKey#allowed_applications}- Returns:
this
-
allowedApplications
@Stability(Stable) public ApikeysKeyRestrictionsAndroidKeyRestrictions.Builder allowedApplications(List<? extends ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications> allowedApplications)
Sets the value ofApikeysKeyRestrictionsAndroidKeyRestrictions.getAllowedApplications()- Parameters:
allowedApplications- allowed_applications block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#allowed_applications ApikeysKey#allowed_applications}- Returns:
this
-
build
@Stability(Stable) public ApikeysKeyRestrictionsAndroidKeyRestrictions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApikeysKeyRestrictionsAndroidKeyRestrictions>- Returns:
- a new instance of
ApikeysKeyRestrictionsAndroidKeyRestrictions - Throws:
NullPointerException- if any required attribute was not provided
-
-