Package com.pulumi.gcp.kms.outputs
Class CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder
- java.lang.Object
-
- com.pulumi.gcp.kms.outputs.CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder
-
- Enclosing class:
- CryptoKeyVersionAttestationExternalProtectionLevelOptions
public static final class CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CryptoKeyVersionAttestationExternalProtectionLevelOptions defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoKeyVersionAttestationExternalProtectionLevelOptions
build()
CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder
ekmConnectionKeyPath(java.lang.String ekmConnectionKeyPath)
CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder
externalKeyUri(java.lang.String externalKeyUri)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CryptoKeyVersionAttestationExternalProtectionLevelOptions defaults)
-
-
Method Detail
-
ekmConnectionKeyPath
public CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder ekmConnectionKeyPath(@Nullable java.lang.String ekmConnectionKeyPath)
-
externalKeyUri
public CryptoKeyVersionAttestationExternalProtectionLevelOptions.Builder externalKeyUri(@Nullable java.lang.String externalKeyUri)
-
build
public CryptoKeyVersionAttestationExternalProtectionLevelOptions build()
-
-