public static final class CfnCertificateAuthority.GeneralNameProperty.Builder
extends java.lang.Object
CfnCertificateAuthority.GeneralNameProperty
Constructor and Description |
---|
Builder() |
public CfnCertificateAuthority.GeneralNameProperty.Builder directoryName(IResolvable directoryName)
CfnCertificateAuthority.GeneralNameProperty.getDirectoryName()
directoryName
- Contains information about the certificate subject.
The certificate can be one issued by your private certificate authority (CA) or it can be your private CA certificate. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate. The DN must be unique for each entity, but your private CA can issue more than one certificate with the same DN to the same entity.this
public CfnCertificateAuthority.GeneralNameProperty.Builder directoryName(CfnCertificateAuthority.SubjectProperty directoryName)
CfnCertificateAuthority.GeneralNameProperty.getDirectoryName()
directoryName
- Contains information about the certificate subject.
The certificate can be one issued by your private certificate authority (CA) or it can be your private CA certificate. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate. The DN must be unique for each entity, but your private CA can issue more than one certificate with the same DN to the same entity.this
public CfnCertificateAuthority.GeneralNameProperty.Builder dnsName(java.lang.String dnsName)
CfnCertificateAuthority.GeneralNameProperty.getDnsName()
dnsName
- Represents `GeneralName` as a DNS name.this
public CfnCertificateAuthority.GeneralNameProperty.Builder ediPartyName(IResolvable ediPartyName)
CfnCertificateAuthority.GeneralNameProperty.getEdiPartyName()
ediPartyName
- Represents `GeneralName` as an `EdiPartyName` object.this
public CfnCertificateAuthority.GeneralNameProperty.Builder ediPartyName(CfnCertificateAuthority.EdiPartyNameProperty ediPartyName)
CfnCertificateAuthority.GeneralNameProperty.getEdiPartyName()
ediPartyName
- Represents `GeneralName` as an `EdiPartyName` object.this
public CfnCertificateAuthority.GeneralNameProperty.Builder ipAddress(java.lang.String ipAddress)
CfnCertificateAuthority.GeneralNameProperty.getIpAddress()
ipAddress
- Represents `GeneralName` as an IPv4 or IPv6 address.this
public CfnCertificateAuthority.GeneralNameProperty.Builder otherName(IResolvable otherName)
CfnCertificateAuthority.GeneralNameProperty.getOtherName()
otherName
- Represents `GeneralName` using an `OtherName` object.this
public CfnCertificateAuthority.GeneralNameProperty.Builder otherName(CfnCertificateAuthority.OtherNameProperty otherName)
CfnCertificateAuthority.GeneralNameProperty.getOtherName()
otherName
- Represents `GeneralName` using an `OtherName` object.this
public CfnCertificateAuthority.GeneralNameProperty.Builder registeredId(java.lang.String registeredId)
CfnCertificateAuthority.GeneralNameProperty.getRegisteredId()
registeredId
- Represents `GeneralName` as an object identifier (OID).this
public CfnCertificateAuthority.GeneralNameProperty.Builder rfc822Name(java.lang.String rfc822Name)
CfnCertificateAuthority.GeneralNameProperty.getRfc822Name()
rfc822Name
- Represents `GeneralName` as an [RFC 822](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc822) email address.this
public CfnCertificateAuthority.GeneralNameProperty.Builder uniformResourceIdentifier(java.lang.String uniformResourceIdentifier)
uniformResourceIdentifier
- Represents `GeneralName` as a URI.this
public CfnCertificateAuthority.GeneralNameProperty build()
CfnCertificateAuthority.GeneralNameProperty
java.lang.NullPointerException
- if any required attribute was not provided