public static interface GetAppLaunchConfigurationResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetAppLaunchConfigurationResponse.Builder,GetAppLaunchConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
GetAppLaunchConfigurationResponse.Builder |
appId(String appId)
ID of the application associated with the launch configuration.
|
GetAppLaunchConfigurationResponse.Builder |
roleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
GetAppLaunchConfigurationResponse.Builder |
serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResponse.Builder |
serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetAppLaunchConfigurationResponse.Builder appId(String appId)
ID of the application associated with the launch configuration.
appId
- ID of the application associated with the launch configuration.GetAppLaunchConfigurationResponse.Builder roleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
roleName
- Name of the service role in the customer's account that Amazon CloudFormation uses to launch the
application.GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
serverGroupLaunchConfigurations
- List of launch configurations for server groups in this application.GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
serverGroupLaunchConfigurations
- List of launch configurations for server groups in this application.GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
List of 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.