| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.appId(String appId)
The ID of the application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.autoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
static GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.builder() |
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.roleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAppLaunchConfigurationResponse.Builder> |
GetAppLaunchConfigurationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.