Class CfnApiMappingV2.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnApiMappingV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApiMappingV2>
- Enclosing class:
- CfnApiMappingV2
@Stability(Deprecated)
@Deprecated
public static final class CfnApiMappingV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApiMappingV2>
Deprecated.
(deprecated) A fluent builder for
CfnApiMappingV2
.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.apiMappingKey
(String apiMappingKey) Deprecated.build()
Deprecated.static CfnApiMappingV2.Builder
Deprecated.domainName
(String domainName) Deprecated.Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static CfnApiMappingV2.Builder create(Construct scope, String id) Deprecated.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnApiMappingV2.Builder
.
-
apiId
Deprecated.(deprecated)AWS::ApiGatewayV2::ApiMapping.ApiId
.- Parameters:
apiId
-AWS::ApiGatewayV2::ApiMapping.ApiId
. This parameter is required.- Returns:
this
- See Also:
-
domainName
Deprecated.(deprecated)AWS::ApiGatewayV2::ApiMapping.DomainName
.- Parameters:
domainName
-AWS::ApiGatewayV2::ApiMapping.DomainName
. This parameter is required.- Returns:
this
- See Also:
-
stage
Deprecated.(deprecated)AWS::ApiGatewayV2::ApiMapping.Stage
.- Parameters:
stage
-AWS::ApiGatewayV2::ApiMapping.Stage
. This parameter is required.- Returns:
this
- See Also:
-
apiMappingKey
@Stability(Deprecated) @Deprecated public CfnApiMappingV2.Builder apiMappingKey(String apiMappingKey) Deprecated.(deprecated)AWS::ApiGatewayV2::ApiMapping.ApiMappingKey
.- Parameters:
apiMappingKey
-AWS::ApiGatewayV2::ApiMapping.ApiMappingKey
. This parameter is required.- Returns:
this
- See Also:
-
build
Deprecated.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApiMappingV2>
- Returns:
- a newly built instance of
CfnApiMappingV2
.
-