@Stability(value=Stable) public static final class CfnProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnProfileProps>
CfnProfileProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProfileProps.Builder |
as2Id(String as2Id)
Sets the value of
CfnProfileProps.getAs2Id() |
CfnProfileProps |
build()
Builds the configured instance.
|
CfnProfileProps.Builder |
certificateIds(List<String> certificateIds)
Sets the value of
CfnProfileProps.getCertificateIds() |
CfnProfileProps.Builder |
profileType(String profileType)
Sets the value of
CfnProfileProps.getProfileType() |
CfnProfileProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnProfileProps.getTags() |
@Stability(value=Stable) public CfnProfileProps.Builder as2Id(String as2Id)
CfnProfileProps.getAs2Id()as2Id - The `As2Id` is the *AS2-name* , as defined in the [RFC 4130](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc4130) . For inbound transfers, this is the `AS2-From` header for the AS2 messages sent from the partner. For outbound connectors, this is the `AS2-To` header for the AS2 messages sent to the partner using the `StartFileTransfer` API operation. This ID cannot include spaces. This parameter is required.this@Stability(value=Stable) public CfnProfileProps.Builder profileType(String profileType)
CfnProfileProps.getProfileType()profileType - Indicates whether to list only `LOCAL` type profiles or only `PARTNER` type profiles. This parameter is required.
If not supplied in the request, the command lists all types of profiles.this@Stability(value=Stable) public CfnProfileProps.Builder certificateIds(List<String> certificateIds)
CfnProfileProps.getCertificateIds()certificateIds - An array of identifiers for the imported certificates.
You use this identifier for working with profiles and partner profiles.this@Stability(value=Stable) public CfnProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnProfileProps.getTags()tags - Key-value pairs that can be used to group and search for profiles.this@Stability(value=Stable) public CfnProfileProps build()
build in interface software.amazon.jsii.Builder<CfnProfileProps>CfnProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.