public static interface CfnCertificate.OtherNameProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.acmpca.*; OtherNameProperty otherNameProperty = OtherNameProperty.builder() .typeId("typeId") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCertificate.OtherNameProperty.Builder
A builder for
CfnCertificate.OtherNameProperty |
static class |
CfnCertificate.OtherNameProperty.Jsii$Proxy
An implementation for
CfnCertificate.OtherNameProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCertificate.OtherNameProperty.Builder |
builder() |
java.lang.String |
getTypeId()
Specifies an OID.
|
java.lang.String |
getValue()
Specifies an OID value.
|
java.lang.String getTypeId()
java.lang.String getValue()
static CfnCertificate.OtherNameProperty.Builder builder()