Interface CreateApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,MigrationHubRefactorSpacesRequest.Builder,SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateApplicationRequest
public static interface CreateApplicationRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateApplicationRequest.BuilderapiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)A wrapper object holding the API Gateway endpoint type and stage name for the proxy.CreateApplicationRequest.BuilderapiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)A wrapper object holding the API Gateway endpoint type and stage name for the proxy.CreateApplicationRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateApplicationRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The unique identifier of the environment.CreateApplicationRequest.Buildername(String name)The name to use for the application.CreateApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApplicationRequest.BuilderproxyType(String proxyType)The proxy type of the proxy created within the application.CreateApplicationRequest.BuilderproxyType(ProxyType proxyType)The proxy type of the proxy created within the application.CreateApplicationRequest.Buildertags(Map<String,String> tags)The tags to assign to the application.CreateApplicationRequest.BuildervpcId(String vpcId)The ID of the virtual private cloud (VPC).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
apiGatewayProxy
CreateApplicationRequest.Builder apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
- Parameters:
apiGatewayProxy- A wrapper object holding the API Gateway endpoint type and stage name for the proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiGatewayProxy
default CreateApplicationRequest.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.Builderavoiding the need to create one manually viaApiGatewayProxyInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapiGatewayProxy(ApiGatewayProxyInput).- Parameters:
apiGatewayProxy- a consumer that will call methods onApiGatewayProxyInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
apiGatewayProxy(ApiGatewayProxyInput)
-
clientToken
CreateApplicationRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
CreateApplicationRequest.Builder environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
- Parameters:
environmentIdentifier- The unique identifier of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateApplicationRequest.Builder name(String name)
The name to use for the application.
- Parameters:
name- The name to use for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxyType
CreateApplicationRequest.Builder proxyType(String proxyType)
The proxy type of the proxy created within the application.
-
proxyType
CreateApplicationRequest.Builder proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
-
tags
CreateApplicationRequest.Builder tags(Map<String,String> tags)
The tags to assign 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.
- Parameters:
tags- The tags to assign 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
CreateApplicationRequest.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
- Parameters:
vpcId- The ID of the virtual private cloud (VPC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-