Class DeleteObjectAccessListOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String catalogIdentifier,
                       java.lang.String objectIdentifier,
                       java.util.List<java.lang.String> accounts)
        Instantiates a new builder with required properties.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        objectIdentifier - the objectIdentifier
        accounts - the accounts
    • Method Detail

      • build

        public DeleteObjectAccessListOptions build()
        Builds a DeleteObjectAccessListOptions.
        Returns:
        the new DeleteObjectAccessListOptions instance
      • addAccounts

        public DeleteObjectAccessListOptions.Builder addAccounts​(java.lang.String accounts)
        Adds an accounts to accounts.
        Parameters:
        accounts - the new accounts
        Returns:
        the DeleteObjectAccessListOptions builder
      • catalogIdentifier

        public DeleteObjectAccessListOptions.Builder catalogIdentifier​(java.lang.String catalogIdentifier)
        Set the catalogIdentifier.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        Returns:
        the DeleteObjectAccessListOptions builder
      • objectIdentifier

        public DeleteObjectAccessListOptions.Builder objectIdentifier​(java.lang.String objectIdentifier)
        Set the objectIdentifier.
        Parameters:
        objectIdentifier - the objectIdentifier
        Returns:
        the DeleteObjectAccessListOptions builder
      • accounts

        public DeleteObjectAccessListOptions.Builder accounts​(java.util.List<java.lang.String> accounts)
        Set the accounts. Existing accounts will be replaced.
        Parameters:
        accounts - the accounts
        Returns:
        the DeleteObjectAccessListOptions builder