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 or Amazon Web Services account.
applicationName - The name of the application. This name must be unique with the applicable IAM or Amazon Web Services
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 theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.