Class BackupDestinationSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public BackupDestinationSummary.Builder displayName​(String displayName)
        The user-provided name of the backup destination.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • connectionString

        public BackupDestinationSummary.Builder connectionString​(String connectionString)
        For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance.
        Parameters:
        connectionString - the value to set
        Returns:
        this builder
      • vpcUsers

        public BackupDestinationSummary.Builder vpcUsers​(List<String> vpcUsers)
        For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance.
        Parameters:
        vpcUsers - the value to set
        Returns:
        this builder
      • localMountPointPath

        public BackupDestinationSummary.Builder localMountPointPath​(String localMountPointPath)
        The local directory path on each VM cluster node where the NFS server location is mounted.

        The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.

        Parameters:
        localMountPointPath - the value to set
        Returns:
        this builder
      • nfsServerExport

        public BackupDestinationSummary.Builder nfsServerExport​(String nfsServerExport)
        Specifies the directory on which to mount the file system
        Parameters:
        nfsServerExport - the value to set
        Returns:
        this builder
      • timeCreated

        public BackupDestinationSummary.Builder timeCreated​(Date timeCreated)
        The date and time the backup destination was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public BackupDestinationSummary.Builder lifecycleDetails​(String lifecycleDetails)
        A descriptive text associated with the lifecycleState.

        Typically contains additional displayable text

        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • freeformTags

        public BackupDestinationSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

        Example: {"Department": "Finance"}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • totalStorageSizeInGBs

        public BackupDestinationSummary.Builder totalStorageSizeInGBs​(Integer totalStorageSizeInGBs)
        The total storage size of the backup destination in GBs, rounded to the nearest integer.
        Parameters:
        totalStorageSizeInGBs - the value to set
        Returns:
        this builder
      • utilizedStorageSizeInGBs

        public BackupDestinationSummary.Builder utilizedStorageSizeInGBs​(Integer utilizedStorageSizeInGBs)
        The total amount of space utilized on the backup destination (in GBs), rounded to the nearest integer.
        Parameters:
        utilizedStorageSizeInGBs - the value to set
        Returns:
        this builder
      • timeAtWhichStorageDetailsAreUpdated

        public BackupDestinationSummary.Builder timeAtWhichStorageDetailsAreUpdated​(Date timeAtWhichStorageDetailsAreUpdated)
        The time when the total storage size and the utilized storage size of the backup destination are updated.
        Parameters:
        timeAtWhichStorageDetailsAreUpdated - the value to set
        Returns:
        this builder