Class CACertificateReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.iot.CACertificateReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CACertificateReference>
- Enclosing interface:
CACertificateReference
@Stability(Stable)
public static final class CACertificateReference.Builder
extends Object
implements software.amazon.jsii.Builder<CACertificateReference>
A builder for
CACertificateReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.caCertificateArn(String caCertificateArn) Sets the value ofCACertificateReference.getCaCertificateArn()caCertificateId(String caCertificateId) Sets the value ofCACertificateReference.getCaCertificateId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caCertificateArn
Sets the value ofCACertificateReference.getCaCertificateArn()- Parameters:
caCertificateArn- The ARN of the CACertificate resource. This parameter is required.- Returns:
this
-
caCertificateId
Sets the value ofCACertificateReference.getCaCertificateId()- Parameters:
caCertificateId- The Id of the CACertificate resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CACertificateReference>- Returns:
- a new instance of
CACertificateReference - Throws:
NullPointerException- if any required attribute was not provided
-