public static interface ListedProfile.Builder extends SdkPojo, CopyableBuilder<ListedProfile.Builder,ListedProfile>
| Modifier and Type | Method and Description |
|---|---|
ListedProfile.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
|
ListedProfile.Builder |
as2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
ListedProfile.Builder |
profileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
ListedProfile.Builder |
profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile.Builder |
profileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedProfile.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
arn - The Amazon Resource Name (ARN) of the specified profile.ListedProfile.Builder profileId(String profileId)
A unique identifier for the local or partner AS2 profile.
profileId - A unique identifier for the local or partner AS2 profile.ListedProfile.Builder as2Id(String as2Id)
The As2Id is the AS2-name, as defined in the RFC 4130. 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.
as2Id - The As2Id is the AS2-name, as defined in the RFC 4130. 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.ListedProfile.Builder profileType(String profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles.
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. If not supplied in the request, the command lists all types of profiles.ProfileType,
ProfileTypeListedProfile.Builder profileType(ProfileType profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles.
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. If not supplied in the request, the command lists all types of profiles.ProfileType,
ProfileTypeCopyright © 2023. All rights reserved.