default CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy) |
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy) |
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
static CreateApplicationRequest.Builder |
CreateApplicationRequest.builder() |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentIdentifier(String environmentIdentifier) |
The unique identifier of the environment.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.name(String name) |
The name to use for the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.proxyType(String proxyType) |
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.proxyType(ProxyType proxyType) |
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Map<String,String> tags) |
The tags to assign to the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.toBuilder() |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.vpcId(String vpcId) |
The ID of the virtual private cloud (VPC).
|