public static interface DeploymentApplicationConfig.Builder extends SdkPojo, CopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
| Modifier and Type | Method and Description |
|---|---|
DeploymentApplicationConfig.Builder |
application(String application)
The Amazon Resource Name (ARN) of the robot application.
|
DeploymentApplicationConfig.Builder |
applicationVersion(String applicationVersion)
The version of the application.
|
default DeploymentApplicationConfig.Builder |
launchConfig(Consumer<DeploymentLaunchConfig.Builder> launchConfig)
The launch configuration.
|
DeploymentApplicationConfig.Builder |
launchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentApplicationConfig.Builder application(String application)
The Amazon Resource Name (ARN) of the robot application.
application - The Amazon Resource Name (ARN) of the robot application.DeploymentApplicationConfig.Builder applicationVersion(String applicationVersion)
The version of the application.
applicationVersion - The version of the application.DeploymentApplicationConfig.Builder launchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration.
launchConfig - The launch configuration.default DeploymentApplicationConfig.Builder launchConfig(Consumer<DeploymentLaunchConfig.Builder> launchConfig)
The launch configuration.
This is a convenience method that creates an instance of theDeploymentLaunchConfig.Builder avoiding
the need to create one manually via DeploymentLaunchConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to launchConfig(DeploymentLaunchConfig).
launchConfig - a consumer that will call methods on DeploymentLaunchConfig.BuilderlaunchConfig(DeploymentLaunchConfig)Copyright © 2022. All rights reserved.