Interface ChannelEngineVersionResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ChannelEngineVersionResponse.Builder,,ChannelEngineVersionResponse> SdkBuilder<ChannelEngineVersionResponse.Builder,,ChannelEngineVersionResponse> SdkPojo
- Enclosing class:
 ChannelEngineVersionResponse
public static interface ChannelEngineVersionResponse.Builder
extends SdkPojo, CopyableBuilder<ChannelEngineVersionResponse.Builder,ChannelEngineVersionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionexpirationDate(Instant expirationDate) The UTC time when the version expires.The build identifier for this version of the channel 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
expirationDate
The UTC time when the version expires.- Parameters:
 expirationDate- The UTC time when the version expires.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
version
The build identifier for this version of the channel version.- Parameters:
 version- The build identifier for this version of the channel version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -