@Stability(value=Stable) public static final class CfnProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnProfile>
CfnProfile.| Modifier and Type | Method and Description |
|---|---|
CfnProfile.Builder |
as2Id(String 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) .
|
CfnProfile |
build() |
CfnProfile.Builder |
certificateIds(List<String> certificateIds)
An array of identifiers for the imported certificates.
|
static CfnProfile.Builder |
create(Construct scope,
String id) |
CfnProfile.Builder |
profileType(String profileType)
Indicates whether to list only `LOCAL` type profiles or only `PARTNER` type profiles.
|
CfnProfile.Builder |
tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for profiles.
|
@Stability(value=Stable) public static CfnProfile.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnProfile.Builder.@Stability(value=Stable) public CfnProfile.Builder as2Id(String as2Id)
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 CfnProfile.Builder profileType(String profileType)
If not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only `LOCAL` type profiles or only `PARTNER` type profiles. This parameter is required.this@Stability(value=Stable) public CfnProfile.Builder certificateIds(List<String> certificateIds)
You use this identifier for working with profiles and partner profiles.
certificateIds - An array of identifiers for the imported certificates. This parameter is required.this@Stability(value=Stable) public CfnProfile.Builder tags(List<? extends CfnTag> tags)
tags - Key-value pairs that can be used to group and search for profiles. This parameter is required.this@Stability(value=Stable) public CfnProfile build()
build in interface software.amazon.jsii.Builder<CfnProfile>Copyright © 2022. All rights reserved.