@Stability(value=Stable) public static final class CfnServerCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServerCertificateProps>
CfnServerCertificateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServerCertificateProps |
build()
Builds the configured instance.
|
CfnServerCertificateProps.Builder |
certificateBody(String certificateBody)
Sets the value of
CfnServerCertificateProps.getCertificateBody() |
CfnServerCertificateProps.Builder |
certificateChain(String certificateChain)
Sets the value of
CfnServerCertificateProps.getCertificateChain() |
CfnServerCertificateProps.Builder |
path(String path)
Sets the value of
CfnServerCertificateProps.getPath() |
CfnServerCertificateProps.Builder |
privateKey(String privateKey)
Sets the value of
CfnServerCertificateProps.getPrivateKey() |
CfnServerCertificateProps.Builder |
serverCertificateName(String serverCertificateName)
Sets the value of
CfnServerCertificateProps.getServerCertificateName() |
CfnServerCertificateProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnServerCertificateProps.getTags() |
@Stability(value=Stable) public CfnServerCertificateProps.Builder certificateBody(String certificateBody)
CfnServerCertificateProps.getCertificateBody()certificateBody - `AWS::IAM::ServerCertificate.CertificateBody`.this@Stability(value=Stable) public CfnServerCertificateProps.Builder certificateChain(String certificateChain)
CfnServerCertificateProps.getCertificateChain()certificateChain - `AWS::IAM::ServerCertificate.CertificateChain`.this@Stability(value=Stable) public CfnServerCertificateProps.Builder path(String path)
CfnServerCertificateProps.getPath()path - `AWS::IAM::ServerCertificate.Path`.this@Stability(value=Stable) public CfnServerCertificateProps.Builder privateKey(String privateKey)
CfnServerCertificateProps.getPrivateKey()privateKey - `AWS::IAM::ServerCertificate.PrivateKey`.this@Stability(value=Stable) public CfnServerCertificateProps.Builder serverCertificateName(String serverCertificateName)
CfnServerCertificateProps.getServerCertificateName()serverCertificateName - `AWS::IAM::ServerCertificate.ServerCertificateName`.this@Stability(value=Stable) public CfnServerCertificateProps.Builder tags(List<? extends CfnTag> tags)
CfnServerCertificateProps.getTags()tags - `AWS::IAM::ServerCertificate.Tags`.this@Stability(value=Stable) public CfnServerCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnServerCertificateProps>CfnServerCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.