Interface Application.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Application.Builder,,Application> SdkBuilder<Application.Builder,,Application> SdkPojo
- Enclosing class:
Application
public static interface Application.Builder
extends SdkPojo, CopyableBuilder<Application.Builder,Application>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalInfo(Map<String, String> additionalInfo) This option is for advanced users only.Arguments for Amazon EMR to pass to the application.args(Collection<String> args) Arguments for Amazon EMR to pass to the application.The name of the application.The version of the application.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
-
name
The name of the application.
- Parameters:
name- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the application.
- Parameters:
version- The version of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
args
Arguments for Amazon EMR to pass to the application.
- Parameters:
args- Arguments for Amazon EMR to pass to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
args
Arguments for Amazon EMR to pass to the application.
- Parameters:
args- Arguments for Amazon EMR to pass to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalInfo
This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.
- Parameters:
additionalInfo- This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-