Class CfnProfile.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfile>
- Enclosing class:
CfnProfile
@Stability(Stable)
public static final class CfnProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfile>
A fluent builder for
CfnProfile
.-
Method Summary
Modifier and TypeMethodDescriptionTheAs2Id
is the AS2-name , as defined in the RFC 4130 .build()
certificateIds
(List<String> certificateIds) An array of identifiers for the imported certificates.static CfnProfile.Builder
profileType
(String profileType) Indicates whether to list onlyLOCAL
type profiles or onlyPARTNER
type profiles.Key-value pairs that can be used to group and search for profiles.
-
Method Details
-
create
@Stability(Stable) public static CfnProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnProfile.Builder
.
-
as2Id
TheAs2Id
is the AS2-name , as defined in the RFC 4130 . For inbound transfers, this is theAS2-From
header for the AS2 messages sent from the partner. For outbound connectors, this is theAS2-To
header for the AS2 messages sent to the partner using theStartFileTransfer
API operation. This ID cannot include spaces.- Parameters:
as2Id
- TheAs2Id
is the AS2-name , as defined in the RFC 4130 . For inbound transfers, this is theAS2-From
header for the AS2 messages sent from the partner. For outbound connectors, this is theAS2-To
header for the AS2 messages sent to the partner using theStartFileTransfer
API operation. This ID cannot include spaces. This parameter is required.- Returns:
this
- See Also:
-
profileType
Indicates whether to list onlyLOCAL
type profiles or onlyPARTNER
type profiles.If not supplied in the request, the command lists all types of profiles.
- Parameters:
profileType
- Indicates whether to list onlyLOCAL
type profiles or onlyPARTNER
type profiles. This parameter is required.- Returns:
this
- See Also:
-
certificateIds
An array of identifiers for the imported certificates.You use this identifier for working with profiles and partner profiles.
- Parameters:
certificateIds
- An array of identifiers for the imported certificates. This parameter is required.- Returns:
this
- See Also:
-
tags
Key-value pairs that can be used to group and search for profiles.- Parameters:
tags
- Key-value pairs that can be used to group and search for profiles. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnProfile>
- Returns:
- a newly built instance of
CfnProfile
.
-