Uses of Interface
software.amazon.awssdk.services.transfer.model.ListedWebApp.Builder
-
Packages that use ListedWebApp.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ListedWebApp.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListedWebApp.Builder Modifier and Type Method Description ListedWebApp.BuilderListedWebApp.Builder. accessEndpoint(String accessEndpoint)TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.ListedWebApp.BuilderListedWebApp.Builder. arn(String arn)The Amazon Resource Name (ARN) for the web app.static ListedWebApp.BuilderListedWebApp. builder()ListedWebApp.BuilderListedWebApp. toBuilder()ListedWebApp.BuilderListedWebApp.Builder. webAppEndpoint(String webAppEndpoint)TheWebAppEndpointis the unique URL for your Transfer Family web app.ListedWebApp.BuilderListedWebApp.Builder. webAppId(String webAppId)The unique identifier for the web app.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedWebApp.Builder Modifier and Type Method Description static Class<? extends ListedWebApp.Builder>ListedWebApp. serializableBuilderClass()
-