Interface PutAppLaunchConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAppLaunchConfigurationRequest.Builder,PutAppLaunchConfigurationRequest>,SdkBuilder<PutAppLaunchConfigurationRequest.Builder,PutAppLaunchConfigurationRequest>,SdkPojo,SdkRequest.Builder,SmsRequest.Builder
- Enclosing class:
- PutAppLaunchConfigurationRequest
public static interface PutAppLaunchConfigurationRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<PutAppLaunchConfigurationRequest.Builder,PutAppLaunchConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutAppLaunchConfigurationRequest.BuilderappId(String appId)The ID of the application.PutAppLaunchConfigurationRequest.BuilderautoLaunch(Boolean autoLaunch)Indicates whether the application is configured to launch automatically after replication is complete.PutAppLaunchConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAppLaunchConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAppLaunchConfigurationRequest.BuilderroleName(String roleName)The name of service role in the customer's account that CloudFormation uses to launch the application.PutAppLaunchConfigurationRequest.BuilderserverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)Information about the launch configurations for server groups in the application.PutAppLaunchConfigurationRequest.BuilderserverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)Information about the launch configurations for server groups in the application.PutAppLaunchConfigurationRequest.BuilderserverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)Information about the launch configurations for server groups in the application.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsRequest.Builder
build
-
-
-
-
Method Detail
-
appId
PutAppLaunchConfigurationRequest.Builder appId(String appId)
The ID of the application.
- Parameters:
appId- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleName
PutAppLaunchConfigurationRequest.Builder roleName(String roleName)
The name of service role in the customer's account that CloudFormation uses to launch the application.
- Parameters:
roleName- The name of service role in the customer's account that CloudFormation uses to launch the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoLaunch
PutAppLaunchConfigurationRequest.Builder autoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
- Parameters:
autoLaunch- Indicates whether the application is configured to launch automatically after replication is complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverGroupLaunchConfigurations
PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
- Parameters:
serverGroupLaunchConfigurations- Information about the launch configurations for server groups in the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverGroupLaunchConfigurations
PutAppLaunchConfigurationRequest.Builder serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
- Parameters:
serverGroupLaunchConfigurations- Information about the launch configurations for server groups in the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverGroupLaunchConfigurations
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.Builderavoiding the need to create one manually viaServerGroupLaunchConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#serverGroupLaunchConfigurations(List.) - Parameters:
serverGroupLaunchConfigurations- a consumer that will call methods onServerGroupLaunchConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#serverGroupLaunchConfigurations(java.util.Collection)
-
overrideConfiguration
PutAppLaunchConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAppLaunchConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-