PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.appId(String appId) |
The ID of the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.autoLaunch(Boolean autoLaunch) |
Indicates whether the application is configured to launch automatically after replication is complete.
|
static PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.builder() |
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.roleName(String roleName) |
The name of service role in the customer's account that CloudFormation uses to launch the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations) |
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations) |
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations) |
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.toBuilder() |
|