Class DeploymentVersionSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • deploymentType

        public DeploymentVersionSummary.Builder deploymentType​(DeploymentType deploymentType)
        The type of deployment, which can be any one of the Allowed values.

        NOTE: Use of the value ‘OGG’ is maintained for backward compatibility purposes. Its use is discouraged in favor of ‘DATABASE_ORACLE’.

        Parameters:
        deploymentType - the value to set
        Returns:
        this builder
      • timeReleased

        public DeploymentVersionSummary.Builder timeReleased​(Date timeReleased)
        The time the resource was released.

        The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

        Parameters:
        timeReleased - the value to set
        Returns:
        this builder
      • isSecurityFix

        public DeploymentVersionSummary.Builder isSecurityFix​(Boolean isSecurityFix)
        Indicates if OGG release contains security fix.
        Parameters:
        isSecurityFix - the value to set
        Returns:
        this builder
      • timeSupportedUntil

        public DeploymentVersionSummary.Builder timeSupportedUntil​(Date timeSupportedUntil)
        The time until OGG version is supported.

        After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

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