| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.applicationId(String applicationId)
The unique identifier of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
static CreateApplicationResponse.Builder |
CreateApplicationResponse.builder() |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.createdTime(Instant createdTime)
A timestamp that indicates when the application is created.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.environmentId(String environmentId)
The ID of the environment in which the application is created.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.name(String name)
The name of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.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).
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.state(ApplicationState state)
The current state of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.state(String state)
The current state of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.toBuilder() |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.vpcId(String vpcId)
The ID of the Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateApplicationResponse.Builder> |
CreateApplicationResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.