Interface ListedWebApp.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListedWebApp.Builder,ListedWebApp>,SdkBuilder<ListedWebApp.Builder,ListedWebApp>,SdkPojo
- Enclosing class:
- ListedWebApp
public static interface ListedWebApp.Builder extends SdkPojo, CopyableBuilder<ListedWebApp.Builder,ListedWebApp>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListedWebApp.BuilderaccessEndpoint(String accessEndpoint)TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.ListedWebApp.Builderarn(String arn)The Amazon Resource Name (ARN) for the web app.ListedWebApp.BuilderwebAppEndpoint(String webAppEndpoint)TheWebAppEndpointis the unique URL for your Transfer Family web app.ListedWebApp.BuilderwebAppId(String webAppId)The unique identifier for the web app.-
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
ListedWebApp.Builder arn(String arn)
The Amazon Resource Name (ARN) for the web app.
- Parameters:
arn- The Amazon Resource Name (ARN) for the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppId
ListedWebApp.Builder webAppId(String webAppId)
The unique identifier for the web app.
- Parameters:
webAppId- The unique identifier for the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoint
ListedWebApp.Builder accessEndpoint(String accessEndpoint)
The
AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.- Parameters:
accessEndpoint- TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppEndpoint
ListedWebApp.Builder webAppEndpoint(String webAppEndpoint)
The
WebAppEndpointis the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.- Parameters:
webAppEndpoint- TheWebAppEndpointis the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-