public static interface DeploymentApplicationConfig.Builder extends SdkPojo, CopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
Modifier and Type | Method and Description |
---|---|
DeploymentApplicationConfig.Builder |
application(String application)
The application.
|
DeploymentApplicationConfig.Builder |
applicationVersion(String applicationVersion)
The version of the application.
|
default DeploymentApplicationConfig.Builder |
launchConfig(Consumer<DeploymentLaunchConfig.Builder> launchConfig)
The launch configuration, usually
roslaunch . |
DeploymentApplicationConfig.Builder |
launchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration, usually
roslaunch . |
copy
applyMutation, build
DeploymentApplicationConfig.Builder application(String application)
The application.
application
- The 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, usually roslaunch
.
launchConfig
- The launch configuration, usually roslaunch
.default DeploymentApplicationConfig.Builder launchConfig(Consumer<DeploymentLaunchConfig.Builder> launchConfig)
The launch configuration, usually roslaunch
.
DeploymentLaunchConfig.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.Builder
launchConfig(DeploymentLaunchConfig)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.