Interface ReplicationRuleAndOperator.Builder

    • Method Detail

      • prefix

        ReplicationRuleAndOperator.Builder prefix​(String prefix)

        An object key name prefix that identifies the subset of objects that the rule applies to.

        Parameters:
        prefix - An object key name prefix that identifies the subset of objects that the rule applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ReplicationRuleAndOperator.Builder tags​(Collection<S3Tag> tags)

        An array of tags that contain key and value pairs.

        Parameters:
        tags - An array of tags that contain key and value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ReplicationRuleAndOperator.Builder tags​(S3Tag... tags)

        An array of tags that contain key and value pairs.

        Parameters:
        tags - An array of tags that contain key and value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.