| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedProfile.Builder |
ListedProfile.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
|
ListedProfile.Builder |
ListedProfile.Builder.as2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
static ListedProfile.Builder |
ListedProfile.builder() |
ListedProfile.Builder |
ListedProfile.Builder.profileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
ListedProfile.Builder |
ListedProfile.Builder.profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile.Builder |
ListedProfile.Builder.profileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile.Builder |
ListedProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListedProfile.Builder> |
ListedProfile.serializableBuilderClass() |
Copyright © 2023. All rights reserved.