Class KeyStoreSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public KeyStoreSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

        public KeyStoreSummary.Builder displayName​(String displayName)
        The user-friendly name for the key store.

        The name does not need to be unique.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • timeCreated

        public KeyStoreSummary.Builder timeCreated​(Date timeCreated)
        The date and time that the key store was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public KeyStoreSummary.Builder lifecycleDetails​(String lifecycleDetails)
        Additional information about the current lifecycle state.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • associatedLongTermBackups

        public KeyStoreSummary.Builder associatedLongTermBackups​(List<AssociatedLongTermBackup> associatedLongTermBackups)
        List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.
        Parameters:
        associatedLongTermBackups - the value to set
        Returns:
        this builder
      • associatedLongTermBackupCount

        public KeyStoreSummary.Builder associatedLongTermBackupCount​(Integer associatedLongTermBackupCount)
        Indicates the number of long term backups of Autonomous Databases associated with this backup destination.
        Parameters:
        associatedLongTermBackupCount - the value to set
        Returns:
        this builder
      • freeformTags

        public KeyStoreSummary.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