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) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildCreateApplicationRequest.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,
ComputePlatformCreateApplicationRequest.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,
ComputePlatformCreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.