@Stability(value=Stable) public static final class CfnCertificate.KeyUsageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate.KeyUsageProperty>
CfnCertificate.KeyUsageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder crlSign(Boolean crlSign)
CfnCertificate.KeyUsageProperty.getCrlSign()crlSign - Key can be used to sign CRLs.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder crlSign(IResolvable crlSign)
CfnCertificate.KeyUsageProperty.getCrlSign()crlSign - Key can be used to sign CRLs.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder dataEncipherment(Boolean dataEncipherment)
CfnCertificate.KeyUsageProperty.getDataEncipherment()dataEncipherment - Key can be used to decipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder dataEncipherment(IResolvable dataEncipherment)
CfnCertificate.KeyUsageProperty.getDataEncipherment()dataEncipherment - Key can be used to decipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder decipherOnly(Boolean decipherOnly)
CfnCertificate.KeyUsageProperty.getDecipherOnly()decipherOnly - Key can be used only to decipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder decipherOnly(IResolvable decipherOnly)
CfnCertificate.KeyUsageProperty.getDecipherOnly()decipherOnly - Key can be used only to decipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder digitalSignature(Boolean digitalSignature)
CfnCertificate.KeyUsageProperty.getDigitalSignature()digitalSignature - Key can be used for digital signing.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder digitalSignature(IResolvable digitalSignature)
CfnCertificate.KeyUsageProperty.getDigitalSignature()digitalSignature - Key can be used for digital signing.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder encipherOnly(Boolean encipherOnly)
CfnCertificate.KeyUsageProperty.getEncipherOnly()encipherOnly - Key can be used only to encipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder encipherOnly(IResolvable encipherOnly)
CfnCertificate.KeyUsageProperty.getEncipherOnly()encipherOnly - Key can be used only to encipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder keyAgreement(Boolean keyAgreement)
CfnCertificate.KeyUsageProperty.getKeyAgreement()keyAgreement - Key can be used in a key-agreement protocol.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder keyAgreement(IResolvable keyAgreement)
CfnCertificate.KeyUsageProperty.getKeyAgreement()keyAgreement - Key can be used in a key-agreement protocol.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder keyCertSign(Boolean keyCertSign)
CfnCertificate.KeyUsageProperty.getKeyCertSign()keyCertSign - Key can be used to sign certificates.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder keyCertSign(IResolvable keyCertSign)
CfnCertificate.KeyUsageProperty.getKeyCertSign()keyCertSign - Key can be used to sign certificates.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder keyEncipherment(Boolean keyEncipherment)
CfnCertificate.KeyUsageProperty.getKeyEncipherment()keyEncipherment - Key can be used to encipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder keyEncipherment(IResolvable keyEncipherment)
CfnCertificate.KeyUsageProperty.getKeyEncipherment()keyEncipherment - Key can be used to encipher data.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder nonRepudiation(Boolean nonRepudiation)
CfnCertificate.KeyUsageProperty.getNonRepudiation()nonRepudiation - Key can be used for non-repudiation.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty.Builder nonRepudiation(IResolvable nonRepudiation)
CfnCertificate.KeyUsageProperty.getNonRepudiation()nonRepudiation - Key can be used for non-repudiation.this@Stability(value=Stable) public CfnCertificate.KeyUsageProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificate.KeyUsageProperty>CfnCertificate.KeyUsagePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.