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 AWS 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 AWS CloudFormation uses to launch the application.
roleName - The name of the service role in the customer's account that AWS 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #serverGroupLaunchConfigurations(List) .serverGroupLaunchConfigurations - a consumer that will call methods on List.Builder #serverGroupLaunchConfigurations(List) Copyright © 2020. All rights reserved.