Interface CloudQuotasQuotaPreferenceQuotaConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudQuotasQuotaPreferenceQuotaConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.916Z") @Stability(Stable) public interface CloudQuotasQuotaPreferenceQuotaConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudQuotasQuotaPreferenceQuotaConfig.BuilderA builder forCloudQuotasQuotaPreferenceQuotaConfigstatic classCloudQuotasQuotaPreferenceQuotaConfig.Jsii$ProxyAn implementation forCloudQuotasQuotaPreferenceQuotaConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudQuotasQuotaPreferenceQuotaConfig.Builderbuilder()default Map<String,String>getAnnotations()The annotations map for clients to store small amounts of arbitrary data.StringgetPreferredValue()The preferred value.
-
-
-
Method Detail
-
getPreferredValue
@Stability(Stable) @NotNull String getPreferredValue()
The preferred value.Must be greater than or equal to -1. If set to -1, it means the value is "unlimited". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_quotas_quota_preference#preferred_value CloudQuotasQuotaPreference#preferred_value}
-
getAnnotations
@Stability(Stable) @Nullable default Map<String,String> getAnnotations()
The annotations map for clients to store small amounts of arbitrary data.Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations. An object containing a list of "key: value" pairs. Example: '{ "name": "wrench", "mass": "1.3kg", "count": "3" }'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_quotas_quota_preference#annotations CloudQuotasQuotaPreference#annotations}
-
builder
@Stability(Stable) static CloudQuotasQuotaPreferenceQuotaConfig.Builder builder()
-
-