| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedProfile.Builder |
DescribedProfile.Builder.arn(String arn)
The unique Amazon Resource Name (ARN) for the profile.
|
DescribedProfile.Builder |
DescribedProfile.Builder.as2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
static DescribedProfile.Builder |
DescribedProfile.builder() |
DescribedProfile.Builder |
DescribedProfile.Builder.certificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates.
|
DescribedProfile.Builder |
DescribedProfile.Builder.certificateIds(String... certificateIds)
An array of identifiers for the imported certificates.
|
DescribedProfile.Builder |
DescribedProfile.Builder.profileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
DescribedProfile.Builder |
DescribedProfile.Builder.profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile.Builder |
DescribedProfile.Builder.profileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile.Builder |
DescribedProfile.Builder.tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for profiles.
|
DescribedProfile.Builder |
DescribedProfile.Builder.tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for profiles.
|
DescribedProfile.Builder |
DescribedProfile.Builder.tags(Tag... tags)
Key-value pairs that can be used to group and search for profiles.
|
DescribedProfile.Builder |
DescribedProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribedProfile.Builder> |
DescribedProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeProfileResponse.Builder |
DescribeProfileResponse.Builder.profile(Consumer<DescribedProfile.Builder> profile)
The details of the specified profile, returned as an object.
|
Copyright © 2023. All rights reserved.