Class ApikeysKeyRestrictionsIosKeyRestrictions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsIosKeyRestrictions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApikeysKeyRestrictionsIosKeyRestrictions>
- Enclosing interface:
- ApikeysKeyRestrictionsIosKeyRestrictions
@Stability(Stable) public static final class ApikeysKeyRestrictionsIosKeyRestrictions.Builder extends Object implements software.amazon.jsii.Builder<ApikeysKeyRestrictionsIosKeyRestrictions>
A builder forApikeysKeyRestrictionsIosKeyRestrictions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApikeysKeyRestrictionsIosKeyRestrictions.BuilderallowedBundleIds(List<String> allowedBundleIds)Sets the value ofApikeysKeyRestrictionsIosKeyRestrictions.getAllowedBundleIds()ApikeysKeyRestrictionsIosKeyRestrictionsbuild()Builds the configured instance.
-
-
-
Method Detail
-
allowedBundleIds
@Stability(Stable) public ApikeysKeyRestrictionsIosKeyRestrictions.Builder allowedBundleIds(List<String> allowedBundleIds)
Sets the value ofApikeysKeyRestrictionsIosKeyRestrictions.getAllowedBundleIds()- Parameters:
allowedBundleIds- A list of bundle IDs that are allowed when making API calls with this key. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#allowed_bundle_ids ApikeysKey#allowed_bundle_ids}- Returns:
this
-
build
@Stability(Stable) public ApikeysKeyRestrictionsIosKeyRestrictions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApikeysKeyRestrictionsIosKeyRestrictions>- Returns:
- a new instance of
ApikeysKeyRestrictionsIosKeyRestrictions - Throws:
NullPointerException- if any required attribute was not provided
-
-