default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyConfig.Builder> apiGatewayProxy) |
The endpoint URL of the API Gateway proxy.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.apiGatewayProxy(ApiGatewayProxyConfig apiGatewayProxy) |
The endpoint URL of the API Gateway proxy.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationId(String applicationId) |
The unique identifier of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the application.
|
static GetApplicationResponse.Builder |
GetApplicationResponse.builder() |
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.createdByAccountId(String createdByAccountId) |
The Amazon Web Services account ID of the application creator.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.createdTime(Instant createdTime) |
A timestamp that indicates when the application is created.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.environmentId(String environmentId) |
The unique identifier of the environment.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.error(Consumer<ErrorResponse.Builder> error) |
Any error associated with the application resource.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.error(ErrorResponse error) |
Any error associated with the application resource.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
A timestamp that indicates when the application was last updated.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.name(String name) |
The name of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.ownerAccountId(String ownerAccountId) |
The Amazon Web Services account ID of the application owner (which is always the same as the environment
owner account ID).
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.proxyType(String proxyType) |
The proxy type of the proxy created within the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.proxyType(ProxyType proxyType) |
The proxy type of the proxy created within the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.state(String state) |
The current state of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.state(ApplicationState state) |
The current state of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.toBuilder() |
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.vpcId(String vpcId) |
The ID of the virtual private cloud (VPC).
|