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 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 CloudFormation uses to launch the application.
roleName - The name of service role in the customer's account that 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 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) PutAppLaunchConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutAppLaunchConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.