public static class DeploymentVersionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionSummary |
build() |
DeploymentVersionSummary.Builder |
copy(DeploymentVersionSummary model) |
DeploymentVersionSummary.Builder |
deploymentType(DeploymentType deploymentType)
The type of deployment, which can be any one of the Allowed values.
|
DeploymentVersionSummary.Builder |
isSecurityFix(Boolean isSecurityFix)
Indicates if OGG release contains security fix.
|
DeploymentVersionSummary.Builder |
oggVersion(String oggVersion)
Version of OGG
|
DeploymentVersionSummary.Builder |
releaseType(ReleaseType releaseType)
The type of release.
|
DeploymentVersionSummary.Builder |
timeReleased(Date timeReleased)
The time the resource was released.
|
DeploymentVersionSummary.Builder |
timeSupportedUntil(Date timeSupportedUntil)
The time until OGG version is supported.
|
public DeploymentVersionSummary.Builder oggVersion(String oggVersion)
Version of OGG
oggVersion
- the value to setpublic 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’.
deploymentType
- the value to setpublic 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
.
timeReleased
- the value to setpublic DeploymentVersionSummary.Builder releaseType(ReleaseType releaseType)
The type of release.
releaseType
- the value to setpublic DeploymentVersionSummary.Builder isSecurityFix(Boolean isSecurityFix)
Indicates if OGG release contains security fix.
isSecurityFix
- the value to setpublic 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
.
timeSupportedUntil
- the value to setpublic DeploymentVersionSummary build()
public DeploymentVersionSummary.Builder copy(DeploymentVersionSummary model)
Copyright © 2016–2024. All rights reserved.