Interface RuntimeVersion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RuntimeVersion.Builder,,RuntimeVersion> SdkBuilder<RuntimeVersion.Builder,,RuntimeVersion> SdkPojo
- Enclosing class:
 RuntimeVersion
public static interface RuntimeVersion.Builder
extends SdkPojo, CopyableBuilder<RuntimeVersion.Builder,RuntimeVersion> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeprecationDate(Instant deprecationDate) If this runtime version is deprecated, this value is the date of deprecation.description(String description) A description of the runtime version, created by Amazon.releaseDate(Instant releaseDate) The date that the runtime version was released.versionName(String versionName) The name of the runtime version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
versionName
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
- Parameters:
 versionName- The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A description of the runtime version, created by Amazon.
- Parameters:
 description- A description of the runtime version, created by Amazon.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
releaseDate
The date that the runtime version was released.
- Parameters:
 releaseDate- The date that the runtime version was released.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deprecationDate
If this runtime version is deprecated, this value is the date of deprecation.
- Parameters:
 deprecationDate- If this runtime version is deprecated, this value is the date of deprecation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -