Interface SimplifiedApplication.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimplifiedApplication.Builder,
,SimplifiedApplication> SdkBuilder<SimplifiedApplication.Builder,
,SimplifiedApplication> SdkPojo
- Enclosing class:
SimplifiedApplication
public static interface SimplifiedApplication.Builder
extends SdkPojo, CopyableBuilder<SimplifiedApplication.Builder,SimplifiedApplication>
-
Method Summary
Modifier and TypeMethodDescriptionThe returned release label application name.The returned release label application version.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, sdkFields
-
Method Details
-
name
The returned release label application name. For example,
hadoop
.- Parameters:
name
- The returned release label application name. For example,hadoop
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The returned release label application version. For example,
3.2.1
.- Parameters:
version
- The returned release label application version. For example,3.2.1
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-