Class NetworkServicesEdgeCacheKeysetPublicKey.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        @Stability(Stable)
        public NetworkServicesEdgeCacheKeysetPublicKey.Builder id​(String id)
        Parameters:
        id - The ID of the public key. This parameter is required. The ID must be 1-63 characters long, and comply with RFC1035. The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#id NetworkServicesEdgeCacheKeyset#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
        Returns:
        this
      • managed

        @Stability(Stable)
        public NetworkServicesEdgeCacheKeysetPublicKey.Builder managed​(com.hashicorp.cdktf.IResolvable managed)
        Parameters:
        managed - Set to true to have the CDN automatically manage this public key value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#managed NetworkServicesEdgeCacheKeyset#managed}
        Returns:
        this
      • value

        @Stability(Stable)
        public NetworkServicesEdgeCacheKeysetPublicKey.Builder value​(String value)
        Parameters:
        value - The base64-encoded value of the Ed25519 public key. The base64 encoding can be padded (44 bytes) or unpadded (43 bytes). Representations or encodings of the public key other than this will be rejected with an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#value NetworkServicesEdgeCacheKeyset#value}
        Returns:
        this