public static interface GetApplicationResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
apiGatewayProxy(ApiGatewayProxyConfig apiGatewayProxy)
The endpoint URL of the API Gateway proxy.
|
default GetApplicationResponse.Builder |
apiGatewayProxy(Consumer<ApiGatewayProxyConfig.Builder> apiGatewayProxy)
The endpoint URL of the API Gateway proxy.
|
GetApplicationResponse.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
GetApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
GetApplicationResponse.Builder |
createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the application creator.
|
GetApplicationResponse.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the application is created.
|
GetApplicationResponse.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
default GetApplicationResponse.Builder |
error(Consumer<ErrorResponse.Builder> error)
Any error associated with the application resource.
|
GetApplicationResponse.Builder |
error(ErrorResponse error)
Any error associated with the application resource.
|
GetApplicationResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
GetApplicationResponse.Builder |
name(String name)
The name of the application.
|
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 |
proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
GetApplicationResponse.Builder |
proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
GetApplicationResponse.Builder |
state(ApplicationState state)
The current state of the application.
|
GetApplicationResponse.Builder |
state(String state)
The current state of the application.
|
GetApplicationResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the application.
|
GetApplicationResponse.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationResponse.Builder apiGatewayProxy(ApiGatewayProxyConfig apiGatewayProxy)
The endpoint URL of the API Gateway proxy.
apiGatewayProxy - The endpoint URL of the API Gateway proxy.default GetApplicationResponse.Builder apiGatewayProxy(Consumer<ApiGatewayProxyConfig.Builder> apiGatewayProxy)
The endpoint URL of the API Gateway proxy.
This is a convenience method that creates an instance of theApiGatewayProxyConfig.Builder avoiding
the need to create one manually via ApiGatewayProxyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to apiGatewayProxy(ApiGatewayProxyConfig).
apiGatewayProxy - a consumer that will call methods on ApiGatewayProxyConfig.BuilderapiGatewayProxy(ApiGatewayProxyConfig)GetApplicationResponse.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.GetApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application.
arn - The Amazon Resource Name (ARN) of the application.GetApplicationResponse.Builder createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the application creator.
createdByAccountId - The Amazon Web Services account ID of the application creator.GetApplicationResponse.Builder createdTime(Instant createdTime)
A timestamp that indicates when the application is created.
createdTime - A timestamp that indicates when the application is created.GetApplicationResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.GetApplicationResponse.Builder error(ErrorResponse error)
Any error associated with the application resource.
error - Any error associated with the application resource.default GetApplicationResponse.Builder error(Consumer<ErrorResponse.Builder> error)
Any error associated with the application resource.
This is a convenience method that creates an instance of theErrorResponse.Builder avoiding the need
to create one manually via ErrorResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(ErrorResponse).
error - a consumer that will call methods on ErrorResponse.Buildererror(ErrorResponse)GetApplicationResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the application was last updated.
lastUpdatedTime - A timestamp that indicates when the application was last updated.GetApplicationResponse.Builder name(String name)
The name of the application.
name - The name of the application.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).
ownerAccountId - The Amazon Web Services account ID of the application owner (which is always the same as the
environment owner account ID).GetApplicationResponse.Builder proxyType(String proxyType)
The proxy type of the proxy created within the application.
GetApplicationResponse.Builder proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
GetApplicationResponse.Builder state(String state)
The current state of the application.
state - The current state of the application.ApplicationState,
ApplicationStateGetApplicationResponse.Builder state(ApplicationState state)
The current state of the application.
state - The current state of the application.ApplicationState,
ApplicationStateGetApplicationResponse.Builder tags(Map<String,String> tags)
The tags assigned 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 assigned 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.GetApplicationResponse.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId - The ID of the virtual private cloud (VPC).Copyright © 2022. All rights reserved.