Class CfnDomainNameV2.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnDomainNameV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainNameV2>
- Enclosing class:
CfnDomainNameV2
@Stability(Deprecated)
@Deprecated
public static final class CfnDomainNameV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainNameV2>
Deprecated.
(deprecated) A fluent builder for
CfnDomainNameV2
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.static CfnDomainNameV2.Builder
Deprecated.domainName
(String domainName) Deprecated.domainNameConfigurations
(List<? extends Object> domainNameConfigurations) Deprecated.domainNameConfigurations
(IResolvable domainNameConfigurations) Deprecated.Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static CfnDomainNameV2.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
CfnDomainNameV2.Builder
.
-
domainName
Deprecated.(deprecated)AWS::ApiGatewayV2::DomainName.DomainName
.- Parameters:
domainName
-AWS::ApiGatewayV2::DomainName.DomainName
. This parameter is required.- Returns:
this
- See Also:
-
domainNameConfigurations
@Stability(Deprecated) @Deprecated public CfnDomainNameV2.Builder domainNameConfigurations(IResolvable domainNameConfigurations) Deprecated.(deprecated)AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
.- Parameters:
domainNameConfigurations
-AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
. This parameter is required.- Returns:
this
- See Also:
-
domainNameConfigurations
@Stability(Deprecated) @Deprecated public CfnDomainNameV2.Builder domainNameConfigurations(List<? extends Object> domainNameConfigurations) Deprecated.(deprecated)AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
.- Parameters:
domainNameConfigurations
-AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
. This parameter is required.- Returns:
this
- See Also:
-
tags
Deprecated.(deprecated)AWS::ApiGatewayV2::DomainName.Tags
.- Parameters:
tags
-AWS::ApiGatewayV2::DomainName.Tags
. This parameter is required.- Returns:
this
- See Also:
-
build
Deprecated.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDomainNameV2>
- Returns:
- a newly built instance of
CfnDomainNameV2
.
-