Class OkeBackupLocation.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespace

        public OkeBackupLocation.Builder namespace​(String namespace)
        The namespace in object storage backup location(Note - this is usually the tenancy name).

        Example: myocitenancy

        Parameters:
        namespace - the value to set
        Returns:
        this builder
      • bucket

        public OkeBackupLocation.Builder bucket​(String bucket)
        The bucket name inside the object storage namespace.

        Example: operation_logs

        Parameters:
        bucket - the value to set
        Returns:
        this builder
      • object

        public OkeBackupLocation.Builder object​(String object)
        The object name inside the object storage bucket.

        Example: switchover_plan_executions

        Parameters:
        object - the value to set
        Returns:
        this builder