Package com.pulumi.alicloud.oss.inputs
Class BucketReplicationSourceSelectionCriteriaArgs.Builder
- java.lang.Object
-
- com.pulumi.alicloud.oss.inputs.BucketReplicationSourceSelectionCriteriaArgs.Builder
-
- Enclosing class:
- BucketReplicationSourceSelectionCriteriaArgs
public static final class BucketReplicationSourceSelectionCriteriaArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(BucketReplicationSourceSelectionCriteriaArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketReplicationSourceSelectionCriteriaArgs
build()
BucketReplicationSourceSelectionCriteriaArgs.Builder
sseKmsEncryptedObjects(BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs sseKmsEncryptedObjects)
BucketReplicationSourceSelectionCriteriaArgs.Builder
sseKmsEncryptedObjects(com.pulumi.core.Output<BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs> sseKmsEncryptedObjects)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(BucketReplicationSourceSelectionCriteriaArgs defaults)
-
-
Method Detail
-
sseKmsEncryptedObjects
public BucketReplicationSourceSelectionCriteriaArgs.Builder sseKmsEncryptedObjects(@Nullable com.pulumi.core.Output<BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs> sseKmsEncryptedObjects)
- Parameters:
sseKmsEncryptedObjects
- Filter source objects encrypted by using SSE-KMS(See the following block `sse_kms_encrypted_objects`).- Returns:
- builder
-
sseKmsEncryptedObjects
public BucketReplicationSourceSelectionCriteriaArgs.Builder sseKmsEncryptedObjects(BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs sseKmsEncryptedObjects)
- Parameters:
sseKmsEncryptedObjects
- Filter source objects encrypted by using SSE-KMS(See the following block `sse_kms_encrypted_objects`).- Returns:
- builder
-
build
public BucketReplicationSourceSelectionCriteriaArgs build()
-
-