Uses of Class
software.amazon.awscdk.services.iam.CfnServerCertificateProps.Builder
Packages that use CfnServerCertificateProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of CfnServerCertificateProps.Builder in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return CfnServerCertificateProps.BuilderModifier and TypeMethodDescriptionCfnServerCertificateProps.builder()CfnServerCertificateProps.Builder.certificateBody(String certificateBody) Sets the value ofCfnServerCertificateProps.getCertificateBody()CfnServerCertificateProps.Builder.certificateChain(String certificateChain) Sets the value ofCfnServerCertificateProps.getCertificateChain()Sets the value ofCfnServerCertificateProps.getPath()CfnServerCertificateProps.Builder.privateKey(String privateKey) Sets the value ofCfnServerCertificateProps.getPrivateKey()CfnServerCertificateProps.Builder.serverCertificateName(String serverCertificateName) Sets the value ofCfnServerCertificateProps.getServerCertificateName()Sets the value ofCfnServerCertificateProps.getTags()Constructors in software.amazon.awscdk.services.iam with parameters of type CfnServerCertificateProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServerCertificateProps.Builder.