public static interface CreateApplicationResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
default CreateApplicationResponse.Builder |
apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationResponse.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
CreateApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
CreateApplicationResponse.Builder |
createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
|
CreateApplicationResponse.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the application is created.
|
CreateApplicationResponse.Builder |
environmentId(String environmentId)
The ID of the environment in which the application is created.
|
CreateApplicationResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
CreateApplicationResponse.Builder |
name(String name)
The name of the application.
|
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 |
proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResponse.Builder |
proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResponse.Builder |
state(ApplicationState state)
The current state of the application.
|
CreateApplicationResponse.Builder |
state(String state)
The current state of the application.
|
CreateApplicationResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the application.
|
CreateApplicationResponse.Builder |
vpcId(String vpcId)
The ID of the Amazon VPC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationResponse.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 CreateApplicationResponse.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)CreateApplicationResponse.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.CreateApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id . For
more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.CreateApplicationResponse.Builder createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
createdByAccountId - The Amazon Web Services account ID of application creator.CreateApplicationResponse.Builder createdTime(Instant createdTime)
A timestamp that indicates when the application is created.
createdTime - A timestamp that indicates when the application is created.CreateApplicationResponse.Builder environmentId(String environmentId)
The ID of the environment in which the application is created.
environmentId - The ID of the environment in which the application is created.CreateApplicationResponse.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.CreateApplicationResponse.Builder name(String name)
The name of the application.
name - The name of the application.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).
ownerAccountId - The Amazon Web Services account ID of the application owner (which is always the same as the
environment owner account ID).CreateApplicationResponse.Builder proxyType(String proxyType)
The proxy type of the proxy created within the application.
CreateApplicationResponse.Builder proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
CreateApplicationResponse.Builder state(String state)
The current state of the application.
state - The current state of the application.ApplicationState,
ApplicationStateCreateApplicationResponse.Builder state(ApplicationState state)
The current state of the application.
state - The current state of the application.ApplicationState,
ApplicationStateCreateApplicationResponse.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.CreateApplicationResponse.Builder vpcId(String vpcId)
The ID of the Amazon VPC.
vpcId - The ID of the Amazon VPC.Copyright © 2023. All rights reserved.