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, Server, or
ECS). |
CreateApplicationRequest.Builder |
computePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
tags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
CreateApplicationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
CreateApplicationRequest.Builder |
tags(Tag... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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, Server, or
ECS).
computePlatform - The destination platform type for the deployment (Lambda, Server, or
ECS).ComputePlatform,
ComputePlatformCreateApplicationRequest.Builder computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (Lambda, Server, or
ECS).
computePlatform - The destination platform type for the deployment (Lambda, Server, or
ECS).ComputePlatform,
ComputePlatformCreateApplicationRequest.Builder tags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
tags - The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each
tag consists of a key and an optional value, both of which you define.CreateApplicationRequest.Builder tags(Tag... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
tags - The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each
tag consists of a key and an optional value, both of which you define.CreateApplicationRequest.Builder tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.