public static interface CreateApplicationRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
Modifier and Type | Method and Description |
---|---|
CreateApplicationRequest.Builder |
applicationName(String applicationName)
The name of the application.
|
CreateApplicationRequest.Builder |
computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
CreateApplicationRequest.Builder |
computePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateApplicationRequest.Builder applicationName(String applicationName)
The name of the application. This name must be unique with the applicable IAM user or AWS account.
applicationName
- The name of the application. This name must be unique with the applicable IAM user or AWS account.CreateApplicationRequest.Builder computePlatform(String computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
,
ComputePlatform
CreateApplicationRequest.Builder computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
,
ComputePlatform
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateApplicationRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.