Class NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.network_services_edge_cache_keyset.NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NetworkServicesEdgeCacheKeysetValidationSharedKeys>
- Enclosing interface:
- NetworkServicesEdgeCacheKeysetValidationSharedKeys
@Stability(Stable) public static final class NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder extends Object implements software.amazon.jsii.Builder<NetworkServicesEdgeCacheKeysetValidationSharedKeys>
A builder forNetworkServicesEdgeCacheKeysetValidationSharedKeys
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkServicesEdgeCacheKeysetValidationSharedKeysbuild()Builds the configured instance.NetworkServicesEdgeCacheKeysetValidationSharedKeys.BuildersecretVersion(String secretVersion)Sets the value ofNetworkServicesEdgeCacheKeysetValidationSharedKeys.getSecretVersion()
-
-
-
Method Detail
-
secretVersion
@Stability(Stable) public NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder secretVersion(String secretVersion)
Sets the value ofNetworkServicesEdgeCacheKeysetValidationSharedKeys.getSecretVersion()- Parameters:
secretVersion- The name of the secret version in Secret Manager. This parameter is required. The resource name of the secret version must be in the format 'projects/* /secrets/* /versions/*' where the '*' values are replaced by the secrets themselves. The secrets must be at least 16 bytes large. The recommended secret size depends on the signature algorithm you are using. * If you are using HMAC-SHA1, we suggest 20-byte secrets. * If you are using HMAC-SHA256, we suggest 32-byte secrets. See RFC 2104, Section 3 for more details on these recommendations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#secret_version NetworkServicesEdgeCacheKeyset#secret_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.- Returns:
this
-
build
@Stability(Stable) public NetworkServicesEdgeCacheKeysetValidationSharedKeys build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NetworkServicesEdgeCacheKeysetValidationSharedKeys>- Returns:
- a new instance of
NetworkServicesEdgeCacheKeysetValidationSharedKeys - Throws:
NullPointerException- if any required attribute was not provided
-
-