Class BackupPolicyPatch.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public BackupPolicyPatch build()
        Builds a BackupPolicyPatch.
        Returns:
        the new BackupPolicyPatch instance
      • addIncludedContent

        public BackupPolicyPatch.Builder addIncludedContent​(String includedContent)
        Adds a new element to includedContent.
        Parameters:
        includedContent - the new element to be added
        Returns:
        the BackupPolicyPatch builder
      • addMatchUserTags

        public BackupPolicyPatch.Builder addMatchUserTags​(String matchUserTags)
        Adds a new element to matchUserTags.
        Parameters:
        matchUserTags - the new element to be added
        Returns:
        the BackupPolicyPatch builder
      • includedContent

        public BackupPolicyPatch.Builder includedContent​(List<String> includedContent)
        Set the includedContent. Existing includedContent will be replaced.
        Parameters:
        includedContent - the includedContent
        Returns:
        the BackupPolicyPatch builder
      • matchUserTags

        public BackupPolicyPatch.Builder matchUserTags​(List<String> matchUserTags)
        Set the matchUserTags. Existing matchUserTags will be replaced.
        Parameters:
        matchUserTags - the matchUserTags
        Returns:
        the BackupPolicyPatch builder