Class CfnApiMappingV2Props.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnApiMappingV2Props.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApiMappingV2Props>
- Enclosing interface:
- CfnApiMappingV2Props
@Stability(Deprecated)
@Deprecated
public static final class CfnApiMappingV2Props.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApiMappingV2Props>
Deprecated.
A builder for
CfnApiMappingV2Props-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.apiMappingKey(String apiMappingKey) Deprecated.build()Deprecated.domainName(String domainName) Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
apiId
Deprecated.Sets the value ofCfnApiMappingV2Props.getApiId()- Parameters:
apiId-AWS::ApiGatewayV2::ApiMapping.ApiId. This parameter is required.- Returns:
this
-
domainName
@Stability(Deprecated) @Deprecated public CfnApiMappingV2Props.Builder domainName(String domainName) Deprecated.Sets the value ofCfnApiMappingV2Props.getDomainName()- Parameters:
domainName-AWS::ApiGatewayV2::ApiMapping.DomainName. This parameter is required.- Returns:
this
-
stage
Deprecated.Sets the value ofCfnApiMappingV2Props.getStage()- Parameters:
stage-AWS::ApiGatewayV2::ApiMapping.Stage. This parameter is required.- Returns:
this
-
apiMappingKey
@Stability(Deprecated) @Deprecated public CfnApiMappingV2Props.Builder apiMappingKey(String apiMappingKey) Deprecated.Sets the value ofCfnApiMappingV2Props.getApiMappingKey()- Parameters:
apiMappingKey-AWS::ApiGatewayV2::ApiMapping.ApiMappingKey.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApiMappingV2Props>- Returns:
- a new instance of
CfnApiMappingV2Props - Throws:
NullPointerException- if any required attribute was not provided
-