public static interface PutAppLaunchConfigurationRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<PutAppLaunchConfigurationRequest.Builder,PutAppLaunchConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest.Builder |
appId(String appId)
The ID of the application.
|
PutAppLaunchConfigurationRequest.Builder |
autoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
PutAppLaunchConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAppLaunchConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAppLaunchConfigurationRequest.Builder |
roleName(String roleName)
The name of service role in the customer's account that AWS CloudFormation uses to launch the application.
|
PutAppLaunchConfigurationRequest.Builder |
serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAppLaunchConfigurationRequest.Builder appId(String appId)
The ID of the application.
appId - The ID of the application.PutAppLaunchConfigurationRequest.Builder roleName(String roleName)
The name of service role in the customer's account that AWS CloudFormation uses to launch the application.
roleName - The name of service role in the customer's account that AWS CloudFormation uses to launch the
application.PutAppLaunchConfigurationRequest.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.PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
serverGroupLaunchConfigurations - Information about the launch configurations for server groups in the application.PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
serverGroupLaunchConfigurations - Information about the launch configurations for server groups in the application.PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
Information about the 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 © 2020. All rights reserved.