@Stability(value=Stable)
public static interface CfnCertificate.EdiPartyNameProperty
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.*;
EdiPartyNameProperty ediPartyNameProperty = EdiPartyNameProperty.builder()
.nameAssigner("nameAssigner")
.partyName("partyName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCertificate.EdiPartyNameProperty.Builder
A builder for
CfnCertificate.EdiPartyNameProperty |
static class |
CfnCertificate.EdiPartyNameProperty.Jsii$Proxy
An implementation for
CfnCertificate.EdiPartyNameProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCertificate.EdiPartyNameProperty.Builder |
builder() |
String |
getNameAssigner()
Specifies the name assigner.
|
String |
getPartyName()
Specifies the party name.
|
@Stability(value=Stable) @NotNull String getNameAssigner()
@Stability(value=Stable) @NotNull String getPartyName()
@Stability(value=Stable) static CfnCertificate.EdiPartyNameProperty.Builder builder()
Copyright © 2022. All rights reserved.