Class CfnClusterPropsMixin.ActiveCertificateAuthorityProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.ActiveCertificateAuthorityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.ActiveCertificateAuthorityProperty>
- Enclosing interface:
CfnClusterPropsMixin.ActiveCertificateAuthorityProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.ActiveCertificateAuthorityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.ActiveCertificateAuthorityProperty>
A builder for
CfnClusterPropsMixin.ActiveCertificateAuthorityProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivatedBy(String activatedBy) Sets the value ofCfnClusterPropsMixin.ActiveCertificateAuthorityProperty.getActivatedBy()build()Builds the configured instance.Sets the value ofCfnClusterPropsMixin.ActiveCertificateAuthorityProperty.getId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activatedBy
@Stability(Stable) public CfnClusterPropsMixin.ActiveCertificateAuthorityProperty.Builder activatedBy(String activatedBy) Sets the value ofCfnClusterPropsMixin.ActiveCertificateAuthorityProperty.getActivatedBy()- Parameters:
activatedBy- Indicates whether the active certificate authority was activated by EKS or by the customer.- Returns:
this
-
id
@Stability(Stable) public CfnClusterPropsMixin.ActiveCertificateAuthorityProperty.Builder id(String id) Sets the value ofCfnClusterPropsMixin.ActiveCertificateAuthorityProperty.getId()- Parameters:
id- The ID of the active (signing) certificate authority.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.ActiveCertificateAuthorityProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.ActiveCertificateAuthorityProperty - Throws:
NullPointerException- if any required attribute was not provided
-