Uses of Interface
software.amazon.awssdk.services.transfer.model.ListedProfile.Builder
-
Packages that use ListedProfile.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ListedProfile.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListedProfile.Builder Modifier and Type Method Description ListedProfile.BuilderListedProfile.Builder. arn(String arn)The Amazon Resource Name (ARN) of the specified profile.ListedProfile.BuilderListedProfile.Builder. as2Id(String as2Id)TheAs2Idis the AS2-name, as defined in the RFC 4130.static ListedProfile.BuilderListedProfile. builder()ListedProfile.BuilderListedProfile.Builder. profileId(String profileId)A unique identifier for the local or partner AS2 profile.ListedProfile.BuilderListedProfile.Builder. profileType(String profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ListedProfile.BuilderListedProfile.Builder. profileType(ProfileType profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ListedProfile.BuilderListedProfile. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedProfile.Builder Modifier and Type Method Description static Class<? extends ListedProfile.Builder>ListedProfile. serializableBuilderClass()
-