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)
Describes the application.
|
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
resourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too
many versions.
|
default CreateApplicationRequest.Builder |
resourceLifecycleConfig(Consumer<ApplicationResourceLifecycleConfig.Builder> resourceLifecycleConfig)
Specify 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.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
applicationName - The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the
action returns an InvalidParameterValue error.
CreateApplicationRequest.Builder description(String description)
Describes the application.
description - Describes the application.CreateApplicationRequest.Builder resourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
resourceLifecycleConfig - Specify an application resource lifecycle configuration to prevent your application from accumulating
too many versions.default CreateApplicationRequest.Builder resourceLifecycleConfig(Consumer<ApplicationResourceLifecycleConfig.Builder> resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
This is a convenience 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 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 © 2019. All rights reserved.