Interface ListedProfile.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListedProfile.Builder,ListedProfile>,SdkBuilder<ListedProfile.Builder,ListedProfile>,SdkPojo
- Enclosing class:
- ListedProfile
public static interface ListedProfile.Builder extends SdkPojo, CopyableBuilder<ListedProfile.Builder,ListedProfile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListedProfile.Builderarn(String arn)The Amazon Resource Name (ARN) of the specified profile.ListedProfile.Builderas2Id(String as2Id)TheAs2Idis the AS2-name, as defined in the RFC 4130.ListedProfile.BuilderprofileId(String profileId)A unique identifier for the local or partner AS2 profile.ListedProfile.BuilderprofileType(String profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ListedProfile.BuilderprofileType(ProfileType profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
ListedProfile.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
- Parameters:
arn- The Amazon Resource Name (ARN) of the specified profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
ListedProfile.Builder profileId(String profileId)
A unique identifier for the local or partner AS2 profile.
- Parameters:
profileId- A unique identifier for the local or partner AS2 profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
as2Id
ListedProfile.Builder as2Id(String as2Id)
The
As2Idis the AS2-name, as defined in the RFC 4130. For inbound transfers, this is theAS2-Fromheader for the AS2 messages sent from the partner. For outbound connectors, this is theAS2-Toheader for the AS2 messages sent to the partner using theStartFileTransferAPI operation. This ID cannot include spaces.- Parameters:
as2Id- TheAs2Idis the AS2-name, as defined in the RFC 4130. For inbound transfers, this is theAS2-Fromheader for the AS2 messages sent from the partner. For outbound connectors, this is theAS2-Toheader for the AS2 messages sent to the partner using theStartFileTransferAPI operation. This ID cannot include spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileType
ListedProfile.Builder profileType(String profileType)
Indicates whether to list only
LOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Parameters:
profileType- Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileType,ProfileType
-
profileType
ListedProfile.Builder profileType(ProfileType profileType)
Indicates whether to list only
LOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Parameters:
profileType- Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileType,ProfileType
-
-