Package com.pulumi.gcp.storage.inputs
Class BucketObjectCustomerEncryptionArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.storage.inputs.BucketObjectCustomerEncryptionArgs.Builder
-
- Enclosing class:
- BucketObjectCustomerEncryptionArgs
public static final class BucketObjectCustomerEncryptionArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(BucketObjectCustomerEncryptionArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketObjectCustomerEncryptionArgs
build()
BucketObjectCustomerEncryptionArgs.Builder
encryptionAlgorithm(com.pulumi.core.Output<java.lang.String> encryptionAlgorithm)
BucketObjectCustomerEncryptionArgs.Builder
encryptionAlgorithm(java.lang.String encryptionAlgorithm)
BucketObjectCustomerEncryptionArgs.Builder
encryptionKey(com.pulumi.core.Output<java.lang.String> encryptionKey)
BucketObjectCustomerEncryptionArgs.Builder
encryptionKey(java.lang.String encryptionKey)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(BucketObjectCustomerEncryptionArgs defaults)
-
-
Method Detail
-
encryptionAlgorithm
public BucketObjectCustomerEncryptionArgs.Builder encryptionAlgorithm(@Nullable com.pulumi.core.Output<java.lang.String> encryptionAlgorithm)
- Parameters:
encryptionAlgorithm
- Encryption algorithm. Default: AES256- Returns:
- builder
-
encryptionAlgorithm
public BucketObjectCustomerEncryptionArgs.Builder encryptionAlgorithm(java.lang.String encryptionAlgorithm)
- Parameters:
encryptionAlgorithm
- Encryption algorithm. Default: AES256- Returns:
- builder
-
encryptionKey
public BucketObjectCustomerEncryptionArgs.Builder encryptionKey(com.pulumi.core.Output<java.lang.String> encryptionKey)
- Parameters:
encryptionKey
- Base64 encoded Customer-Supplied Encryption Key.- Returns:
- builder
-
encryptionKey
public BucketObjectCustomerEncryptionArgs.Builder encryptionKey(java.lang.String encryptionKey)
- Parameters:
encryptionKey
- Base64 encoded Customer-Supplied Encryption Key.- Returns:
- builder
-
build
public BucketObjectCustomerEncryptionArgs build()
-
-