Class EncryptionScopeKeyVaultPropertiesArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.storage.inputs.EncryptionScopeKeyVaultPropertiesArgs.Builder
-
- Enclosing class:
- EncryptionScopeKeyVaultPropertiesArgs
public static final class EncryptionScopeKeyVaultPropertiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EncryptionScopeKeyVaultPropertiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionScopeKeyVaultPropertiesArgs
build()
EncryptionScopeKeyVaultPropertiesArgs.Builder
keyUri(com.pulumi.core.Output<java.lang.String> keyUri)
EncryptionScopeKeyVaultPropertiesArgs.Builder
keyUri(java.lang.String keyUri)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EncryptionScopeKeyVaultPropertiesArgs defaults)
-
-
Method Detail
-
keyUri
public EncryptionScopeKeyVaultPropertiesArgs.Builder keyUri(@Nullable com.pulumi.core.Output<java.lang.String> keyUri)
- Parameters:
keyUri
- The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.- Returns:
- builder
-
keyUri
public EncryptionScopeKeyVaultPropertiesArgs.Builder keyUri(java.lang.String keyUri)
- Parameters:
keyUri
- The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.- Returns:
- builder
-
build
public EncryptionScopeKeyVaultPropertiesArgs build()
-
-