Class Account.Builder

  • Enclosing class:
    Account

    public static class Account.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

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

      • build

        public Account build()
        Builds a Account.
        Returns:
        the new Account instance
      • id

        public Account.Builder id​(java.lang.String id)
        Set the id.
        Parameters:
        id - the id
        Returns:
        the Account builder
      • hideIbmCloudCatalog

        public Account.Builder hideIbmCloudCatalog​(java.lang.Boolean hideIbmCloudCatalog)
        Set the hideIbmCloudCatalog.
        Parameters:
        hideIbmCloudCatalog - the hideIbmCloudCatalog
        Returns:
        the Account builder
      • accountFilters

        public Account.Builder accountFilters​(Filters accountFilters)
        Set the accountFilters.
        Parameters:
        accountFilters - the accountFilters
        Returns:
        the Account builder