Interface CfnCertificate.EdiPartyNameProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCertificate.EdiPartyNameProperty.Jsii$Proxy
- Enclosing class:
- CfnCertificate
@Stability(Stable)
public static interface CfnCertificate.EdiPartyNameProperty
extends software.amazon.jsii.JsiiSerializable
Describes an Electronic Data Interchange (EDI) entity as described in as defined in Subject Alternative Name in RFC 5280.
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.*; EdiPartyNameProperty ediPartyNameProperty = EdiPartyNameProperty.builder() .nameAssigner("nameAssigner") .partyName("partyName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCertificate.EdiPartyNameProperty
static final class
An implementation forCfnCertificate.EdiPartyNameProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies the name assigner.Specifies the party name.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNameAssigner
Specifies the name assigner. -
getPartyName
Specifies the party name. -
builder
-