public static interface GetAppLaunchConfigurationRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<GetAppLaunchConfigurationRequest.Builder,GetAppLaunchConfigurationRequest>
Modifier and Type | Method and Description |
---|---|
GetAppLaunchConfigurationRequest.Builder |
appId(String appId)
The ID of the application.
|
GetAppLaunchConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetAppLaunchConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAppLaunchConfigurationRequest.Builder appId(String appId)
The ID of the application.
appId
- The ID of the application.GetAppLaunchConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetAppLaunchConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.