public static interface CreateApplicationRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
clientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
CreateApplicationRequest.Builder |
description(String description)
The description of the application.
|
CreateApplicationRequest.Builder |
name(String name)
The name of the application.
|
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
tags(Map<String,String> tags)
Key-value pairs you can use to associate with the application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationRequest.Builder name(String name)
The name of the application. The name must be unique in the region in which you are creating the application.
name - The name of the application. The name must be unique in the region in which you are creating the
application.CreateApplicationRequest.Builder description(String description)
The description of the application.
description - The description of the application.CreateApplicationRequest.Builder tags(Map<String,String> tags)
Key-value pairs you can use to associate with the application.
tags - Key-value pairs you can use to associate with the application.CreateApplicationRequest.Builder clientToken(String clientToken)
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
clientToken - A unique identifier that you provide to ensure idempotency. If you retry a request that completed
successfully using the same client token and the same parameters, the retry succeeds without
performing any further actions. If you retry a successful request using the same client token, but one
or more of the parameters are different, the retry fails.CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.