public static interface CreateApplicationRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
applicationName(String applicationName)
The name of the application.
|
CreateApplicationRequest.Builder |
description(String description)
Your description of the application.
|
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
resourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too
many versions.
|
default CreateApplicationRequest.Builder |
resourceLifecycleConfig(Consumer<ApplicationResourceLifecycleConfig.Builder> resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too
many versions.
|
CreateApplicationRequest.Builder |
tags(Collection<Tag> tags)
Specifies the tags applied to the application.
|
CreateApplicationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the application.
|
CreateApplicationRequest.Builder |
tags(Tag... tags)
Specifies the tags applied to the application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationRequest.Builder applicationName(String applicationName)
The name of the application. Must be unique within your account.
applicationName - The name of the application. Must be unique within your account.CreateApplicationRequest.Builder description(String description)
Your description of the application.
description - Your description of the application.CreateApplicationRequest.Builder resourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
resourceLifecycleConfig - Specifies an application resource lifecycle configuration to prevent your application from
accumulating too many versions.default CreateApplicationRequest.Builder resourceLifecycleConfig(Consumer<ApplicationResourceLifecycleConfig.Builder> resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
This is a convenience method that creates an instance of theApplicationResourceLifecycleConfig.Builder avoiding the need to create one manually via
ApplicationResourceLifecycleConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourceLifecycleConfig(ApplicationResourceLifecycleConfig).
resourceLifecycleConfig - a consumer that will call methods on ApplicationResourceLifecycleConfig.BuilderresourceLifecycleConfig(ApplicationResourceLifecycleConfig)CreateApplicationRequest.Builder tags(Collection<Tag> tags)
Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
tags - Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
CreateApplicationRequest.Builder tags(Tag... tags)
Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
tags - Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
CreateApplicationRequest.Builder tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
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.