Class CfnClientCertificate.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnClientCertificate.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClientCertificate>
- Enclosing class:
CfnClientCertificate
@Stability(Stable)
public static final class CfnClientCertificate.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClientCertificate>
A fluent builder for
CfnClientCertificate
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnClientCertificate.Builder
description
(String description) The description of the client certificate.The collection of tags.
-
Method Details
-
create
@Stability(Stable) public static CfnClientCertificate.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnClientCertificate.Builder
.
-
description
The description of the client certificate.- Parameters:
description
- The description of the client certificate. This parameter is required.- Returns:
this
- See Also:
-
tags
The collection of tags.Each tag element is associated with a given resource.
- Parameters:
tags
- The collection of tags. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnClientCertificate>
- Returns:
- a newly built instance of
CfnClientCertificate
.
-