@Stability(value=Stable)
public static interface CfnConnector.As2ConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.transfer.*;
As2ConfigProperty as2ConfigProperty = As2ConfigProperty.builder()
.compression("compression")
.encryptionAlgorithm("encryptionAlgorithm")
.localProfileId("localProfileId")
.mdnResponse("mdnResponse")
.mdnSigningAlgorithm("mdnSigningAlgorithm")
.messageSubject("messageSubject")
.partnerProfileId("partnerProfileId")
.signingAlgorithm("signingAlgorithm")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnector.As2ConfigProperty.Builder
A builder for
CfnConnector.As2ConfigProperty |
static class |
CfnConnector.As2ConfigProperty.Jsii$Proxy
An implementation for
CfnConnector.As2ConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnector.As2ConfigProperty.Builder |
builder() |
default String |
getCompression()
`CfnConnector.As2ConfigProperty.Compression`.
|
default String |
getEncryptionAlgorithm()
`CfnConnector.As2ConfigProperty.EncryptionAlgorithm`.
|
default String |
getLocalProfileId()
`CfnConnector.As2ConfigProperty.LocalProfileId`.
|
default String |
getMdnResponse()
`CfnConnector.As2ConfigProperty.MdnResponse`.
|
default String |
getMdnSigningAlgorithm()
`CfnConnector.As2ConfigProperty.MdnSigningAlgorithm`.
|
default String |
getMessageSubject()
`CfnConnector.As2ConfigProperty.MessageSubject`.
|
default String |
getPartnerProfileId()
`CfnConnector.As2ConfigProperty.PartnerProfileId`.
|
default String |
getSigningAlgorithm()
`CfnConnector.As2ConfigProperty.SigningAlgorithm`.
|
@Stability(value=Stable) @Nullable default String getCompression()
@Stability(value=Stable) @Nullable default String getEncryptionAlgorithm()
@Stability(value=Stable) @Nullable default String getLocalProfileId()
@Stability(value=Stable) @Nullable default String getMdnResponse()
@Stability(value=Stable) @Nullable default String getMdnSigningAlgorithm()
@Stability(value=Stable) @Nullable default String getMessageSubject()
@Stability(value=Stable) @Nullable default String getPartnerProfileId()
@Stability(value=Stable) @Nullable default String getSigningAlgorithm()
@Stability(value=Stable) static CfnConnector.As2ConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.