Interface ChannelEngineVersionRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChannelEngineVersionRequest.Builder,
,ChannelEngineVersionRequest> SdkBuilder<ChannelEngineVersionRequest.Builder,
,ChannelEngineVersionRequest> SdkPojo
- Enclosing class:
ChannelEngineVersionRequest
@Mutable
@NotThreadSafe
public static interface ChannelEngineVersionRequest.Builder
extends SdkPojo, CopyableBuilder<ChannelEngineVersionRequest.Builder,ChannelEngineVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe build identifier of the engine version to use for this channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
version
The build identifier of the engine version to use for this channel. Specify 'DEFAULT' to reset to the default version.- Parameters:
version
- The build identifier of the engine version to use for this channel. Specify 'DEFAULT' to reset to the default version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-