public static interface CreateApplicationRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
default CreateApplicationRequest.Builder |
apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateApplicationRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CreateApplicationRequest.Builder |
name(String name)
The name to use for the application.
|
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
tags(Map<String,String> tags)
The tags to assign to the application.
|
CreateApplicationRequest.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationRequest.Builder apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
apiGatewayProxy - A wrapper object holding the API Gateway endpoint type and stage name for the proxy.default CreateApplicationRequest.Builder apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
This is a convenience method that creates an instance of theApiGatewayProxyInput.Builder avoiding
the need to create one manually via ApiGatewayProxyInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to apiGatewayProxy(ApiGatewayProxyInput).
apiGatewayProxy - a consumer that will call methods on ApiGatewayProxyInput.BuilderapiGatewayProxy(ApiGatewayProxyInput)CreateApplicationRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateApplicationRequest.Builder environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
environmentIdentifier - The unique identifier of the environment.CreateApplicationRequest.Builder name(String name)
The name to use for the application.
name - The name to use for the application.CreateApplicationRequest.Builder proxyType(String proxyType)
The proxy type of the proxy created within the application.
CreateApplicationRequest.Builder proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
CreateApplicationRequest.Builder tags(Map<String,String> tags)
The tags to assign to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags - The tags to assign to the application. A tag is a label that you assign to an Amazon Web Services
resource. Each tag consists of a key-value pair.CreateApplicationRequest.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId - The ID of the virtual private cloud (VPC).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.