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.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.