public static interface GetAppLaunchConfigurationResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetAppLaunchConfigurationResponse.Builder,GetAppLaunchConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationResponse.Builder |
appId(String appId)
The ID of the application.
|
GetAppLaunchConfigurationResponse.Builder |
autoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
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 |
serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAppLaunchConfigurationResponse.Builder appId(String appId)
The ID of the application.
appId - The ID of the application.GetAppLaunchConfigurationResponse.Builder roleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
roleName - The name of the service role in the customer's account that CloudFormation uses to launch the
application.GetAppLaunchConfigurationResponse.Builder autoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
autoLaunch - Indicates whether the application is configured to launch automatically after replication is complete.GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
serverGroupLaunchConfigurations - The launch configurations for server groups in this application.GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
serverGroupLaunchConfigurations - The launch configurations for server groups in this application.GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
This is a convenience method that creates an instance of theServerGroupLaunchConfiguration.Builder avoiding the need to
create one manually via
ServerGroupLaunchConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #serverGroupLaunchConfigurations(List.
serverGroupLaunchConfigurations - a consumer that will call methods on
ServerGroupLaunchConfiguration.Builder#serverGroupLaunchConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.