Uses of Class
software.amazon.awscdk.services.s3.CfnBucket.ReplicationRuleProperty.Builder
Packages that use CfnBucket.ReplicationRuleProperty.Builder
-
Uses of CfnBucket.ReplicationRuleProperty.Builder in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return CfnBucket.ReplicationRuleProperty.BuilderModifier and TypeMethodDescriptionCfnBucket.ReplicationRuleProperty.builder()
CfnBucket.ReplicationRuleProperty.Builder.deleteMarkerReplication
(IResolvable deleteMarkerReplication) Sets the value ofCfnBucket.ReplicationRuleProperty.getDeleteMarkerReplication()
CfnBucket.ReplicationRuleProperty.Builder.deleteMarkerReplication
(CfnBucket.DeleteMarkerReplicationProperty deleteMarkerReplication) Sets the value ofCfnBucket.ReplicationRuleProperty.getDeleteMarkerReplication()
CfnBucket.ReplicationRuleProperty.Builder.destination
(IResolvable destination) Sets the value ofCfnBucket.ReplicationRuleProperty.getDestination()
CfnBucket.ReplicationRuleProperty.Builder.destination
(CfnBucket.ReplicationDestinationProperty destination) Sets the value ofCfnBucket.ReplicationRuleProperty.getDestination()
CfnBucket.ReplicationRuleProperty.Builder.filter
(IResolvable filter) Sets the value ofCfnBucket.ReplicationRuleProperty.getFilter()
CfnBucket.ReplicationRuleProperty.Builder.filter
(CfnBucket.ReplicationRuleFilterProperty filter) Sets the value ofCfnBucket.ReplicationRuleProperty.getFilter()
Sets the value ofCfnBucket.ReplicationRuleProperty.getId()
Sets the value ofCfnBucket.ReplicationRuleProperty.getPrefix()
Sets the value ofCfnBucket.ReplicationRuleProperty.getPriority()
CfnBucket.ReplicationRuleProperty.Builder.sourceSelectionCriteria
(IResolvable sourceSelectionCriteria) Sets the value ofCfnBucket.ReplicationRuleProperty.getSourceSelectionCriteria()
CfnBucket.ReplicationRuleProperty.Builder.sourceSelectionCriteria
(CfnBucket.SourceSelectionCriteriaProperty sourceSelectionCriteria) Sets the value ofCfnBucket.ReplicationRuleProperty.getSourceSelectionCriteria()
Sets the value ofCfnBucket.ReplicationRuleProperty.getStatus()
Constructors in software.amazon.awscdk.services.s3 with parameters of type CfnBucket.ReplicationRuleProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.ReplicationRuleProperty.Builder
.