Class GetEncryptionProtectorPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.sql.inputs.GetEncryptionProtectorPlainArgs.Builder
-
- Enclosing class:
- GetEncryptionProtectorPlainArgs
public static final class GetEncryptionProtectorPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetEncryptionProtectorPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetEncryptionProtectorPlainArgs
build()
GetEncryptionProtectorPlainArgs.Builder
encryptionProtectorName(java.lang.String encryptionProtectorName)
GetEncryptionProtectorPlainArgs.Builder
resourceGroupName(java.lang.String resourceGroupName)
GetEncryptionProtectorPlainArgs.Builder
serverName(java.lang.String serverName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetEncryptionProtectorPlainArgs defaults)
-
-
Method Detail
-
encryptionProtectorName
public GetEncryptionProtectorPlainArgs.Builder encryptionProtectorName(java.lang.String encryptionProtectorName)
- Parameters:
encryptionProtectorName
- The name of the encryption protector to be retrieved.- Returns:
- builder
-
resourceGroupName
public GetEncryptionProtectorPlainArgs.Builder resourceGroupName(java.lang.String resourceGroupName)
- Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.- Returns:
- builder
-
serverName
public GetEncryptionProtectorPlainArgs.Builder serverName(java.lang.String serverName)
- Parameters:
serverName
- The name of the server.- Returns:
- builder
-
build
public GetEncryptionProtectorPlainArgs build()
-
-