public static interface DescribedProfile.Builder extends SdkPojo, CopyableBuilder<DescribedProfile.Builder,DescribedProfile>
| Modifier and Type | Method and Description |
|---|---|
DescribedProfile.Builder |
arn(String arn)
The unique Amazon Resource Name (ARN) for the profile.
|
DescribedProfile.Builder |
as2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
DescribedProfile.Builder |
certificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates.
|
DescribedProfile.Builder |
certificateIds(String... certificateIds)
An array of identifiers for the imported certificates.
|
DescribedProfile.Builder |
profileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
DescribedProfile.Builder |
profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile.Builder |
profileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile.Builder |
tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for profiles.
|
DescribedProfile.Builder |
tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for profiles.
|
DescribedProfile.Builder |
tags(Tag... tags)
Key-value pairs that can be used to group and search for profiles.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribedProfile.Builder arn(String arn)
The unique Amazon Resource Name (ARN) for the profile.
arn - The unique Amazon Resource Name (ARN) for the profile.DescribedProfile.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.DescribedProfile.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,
ProfileTypeDescribedProfile.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,
ProfileTypeDescribedProfile.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.DescribedProfile.Builder certificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
certificateIds - An array of identifiers for the imported certificates. You use this identifier for working with
profiles and partner profiles.DescribedProfile.Builder certificateIds(String... certificateIds)
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
certificateIds - An array of identifiers for the imported certificates. You use this identifier for working with
profiles and partner profiles.DescribedProfile.Builder tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for profiles.
tags - Key-value pairs that can be used to group and search for profiles.DescribedProfile.Builder tags(Tag... tags)
Key-value pairs that can be used to group and search for profiles.
tags - Key-value pairs that can be used to group and search for profiles.DescribedProfile.Builder tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for profiles.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.