@Stability(value=Stable) public static final class CfnCluster.ApplicationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ApplicationProperty>
CfnCluster.ApplicationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ApplicationProperty.Builder |
additionalInfo(IResolvable additionalInfo)
Sets the value of
CfnCluster.ApplicationProperty.getAdditionalInfo() |
CfnCluster.ApplicationProperty.Builder |
additionalInfo(Map<String,String> additionalInfo)
Sets the value of
CfnCluster.ApplicationProperty.getAdditionalInfo() |
CfnCluster.ApplicationProperty.Builder |
args(List<String> args)
Sets the value of
CfnCluster.ApplicationProperty.getArgs() |
CfnCluster.ApplicationProperty |
build()
Builds the configured instance.
|
CfnCluster.ApplicationProperty.Builder |
name(String name)
Sets the value of
CfnCluster.ApplicationProperty.getName() |
CfnCluster.ApplicationProperty.Builder |
version(String version)
Sets the value of
CfnCluster.ApplicationProperty.getVersion() |
@Stability(value=Stable) public CfnCluster.ApplicationProperty.Builder additionalInfo(IResolvable additionalInfo)
CfnCluster.ApplicationProperty.getAdditionalInfo()additionalInfo - This option is for advanced users only.
This is meta information about clusters and applications that are used for testing and troubleshooting.this@Stability(value=Stable) public CfnCluster.ApplicationProperty.Builder additionalInfo(Map<String,String> additionalInfo)
CfnCluster.ApplicationProperty.getAdditionalInfo()additionalInfo - This option is for advanced users only.
This is meta information about clusters and applications that are used for testing and troubleshooting.this@Stability(value=Stable) public CfnCluster.ApplicationProperty.Builder args(List<String> args)
CfnCluster.ApplicationProperty.getArgs()args - Arguments for Amazon EMR to pass to the application.this@Stability(value=Stable) public CfnCluster.ApplicationProperty.Builder name(String name)
CfnCluster.ApplicationProperty.getName()name - The name of the application.this@Stability(value=Stable) public CfnCluster.ApplicationProperty.Builder version(String version)
CfnCluster.ApplicationProperty.getVersion()version - The version of the application.this@Stability(value=Stable) public CfnCluster.ApplicationProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ApplicationProperty>CfnCluster.ApplicationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.