Class CfnClientCertificateProps.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnClientCertificateProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClientCertificateProps>
- Enclosing interface:
- CfnClientCertificateProps
@Stability(Stable)
public static final class CfnClientCertificateProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClientCertificateProps>
A builder for
CfnClientCertificateProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.description
(String description) Sets the value ofCfnClientCertificateProps.getDescription()
Sets the value ofCfnClientCertificateProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnClientCertificateProps.getDescription()
- Parameters:
description
- The description of the client certificate.- Returns:
this
-
tags
Sets the value ofCfnClientCertificateProps.getTags()
- Parameters:
tags
- The collection of tags. Each tag element is associated with a given resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnClientCertificateProps>
- Returns:
- a new instance of
CfnClientCertificateProps
- Throws:
NullPointerException
- if any required attribute was not provided
-