public static class AppVersionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppVersionSummary |
build() |
AppVersionSummary.Builder |
copy(AppVersionSummary model) |
AppVersionSummary.Builder |
endOfSupport(String endOfSupport)
The Autonomous Container Database version end of support date.
|
AppVersionSummary.Builder |
isCertified(Boolean isCertified)
Indicates if the image is certified.
|
AppVersionSummary.Builder |
releaseDate(String releaseDate)
The Autonomous Container Database version release date.
|
AppVersionSummary.Builder |
supportedAppName(String supportedAppName)
The name of the supported application.
|
public AppVersionSummary.Builder releaseDate(String releaseDate)
The Autonomous Container Database version release date.
releaseDate
- the value to setpublic AppVersionSummary.Builder endOfSupport(String endOfSupport)
The Autonomous Container Database version end of support date.
endOfSupport
- the value to setpublic AppVersionSummary.Builder supportedAppName(String supportedAppName)
The name of the supported application.
supportedAppName
- the value to setpublic AppVersionSummary.Builder isCertified(Boolean isCertified)
Indicates if the image is certified.
isCertified
- the value to setpublic AppVersionSummary build()
public AppVersionSummary.Builder copy(AppVersionSummary model)
Copyright © 2016–2024. All rights reserved.