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(String... certificateIds) |
An array of identifiers for the imported certificates.
|
DescribedProfile.Builder |
DescribedProfile.Builder.certificateIds(Collection<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(String profileType) |
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles.
|
DescribedProfile.Builder |
DescribedProfile.Builder.profileType(ProfileType 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() |
|