public static interface CreateApplicationRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
applicationName(String applicationName)
The name of the application.
|
CreateApplicationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.