public static interface PutAppLaunchConfigurationRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<PutAppLaunchConfigurationRequest.Builder,PutAppLaunchConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAppLaunchConfigurationRequest.Builder appId(String appId)
ID of the application associated with the launch configuration.
appId - ID of the application associated with the launch configuration.PutAppLaunchConfigurationRequest.Builder roleName(String roleName)
Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.
roleName - Name of service role in the customer's account that Amazon CloudFormation uses to launch the
application.PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
serverGroupLaunchConfigurations - Launch configurations for server groups in the application.PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
serverGroupLaunchConfigurations - Launch configurations for server groups in the application.PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
Launch configurations for server groups in the 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) PutAppLaunchConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutAppLaunchConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.