Class ComputeRegionDiskSourceSnapshotEncryptionKey.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_disk.ComputeRegionDiskSourceSnapshotEncryptionKey.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionDiskSourceSnapshotEncryptionKey>
- Enclosing interface:
- ComputeRegionDiskSourceSnapshotEncryptionKey
@Stability(Stable) public static final class ComputeRegionDiskSourceSnapshotEncryptionKey.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionDiskSourceSnapshotEncryptionKey>
A builder forComputeRegionDiskSourceSnapshotEncryptionKey
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionDiskSourceSnapshotEncryptionKeybuild()Builds the configured instance.ComputeRegionDiskSourceSnapshotEncryptionKey.BuilderrawKey(String rawKey)Sets the value ofComputeRegionDiskSourceSnapshotEncryptionKey.getRawKey()
-
-
-
Method Detail
-
rawKey
@Stability(Stable) public ComputeRegionDiskSourceSnapshotEncryptionKey.Builder rawKey(String rawKey)
Sets the value ofComputeRegionDiskSourceSnapshotEncryptionKey.getRawKey()- Parameters:
rawKey- Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_disk#raw_key ComputeRegionDisk#raw_key}- Returns:
this
-
build
@Stability(Stable) public ComputeRegionDiskSourceSnapshotEncryptionKey build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionDiskSourceSnapshotEncryptionKey>- Returns:
- a new instance of
ComputeRegionDiskSourceSnapshotEncryptionKey - Throws:
NullPointerException- if any required attribute was not provided
-
-