@Stability(value=Stable)
public static interface CfnCertificate.OtherNameProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getTypeId()
Specifies an OID.
|
String |
getValue()
Specifies an OID value.
|
@Stability(value=Stable) @NotNull String getTypeId()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnCertificate.OtherNameProperty.Builder builder()
Copyright © 2022. All rights reserved.