DescribedWebApp.Builder |
DescribedWebApp.Builder.accessEndpoint(String accessEndpoint) |
The AccessEndpoint is the URL that you provide to your users for them to interact with the
Transfer Family web app.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the web app.
|
static DescribedWebApp.Builder |
DescribedWebApp.builder() |
|
default DescribedWebApp.Builder |
DescribedWebApp.Builder.describedIdentityProviderDetails(Consumer<DescribedWebAppIdentityProviderDetails.Builder> describedIdentityProviderDetails) |
A structure that contains the details for the identity provider used by the web app.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.describedIdentityProviderDetails(DescribedWebAppIdentityProviderDetails describedIdentityProviderDetails) |
A structure that contains the details for the identity provider used by the web app.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.tags(Collection<Tag> tags) |
Key-value pairs that can be used to group and search for web apps.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.tags(Consumer<Tag.Builder>... tags) |
Key-value pairs that can be used to group and search for web apps.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.tags(Tag... tags) |
Key-value pairs that can be used to group and search for web apps.
|
DescribedWebApp.Builder |
DescribedWebApp.toBuilder() |
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.webAppEndpoint(String webAppEndpoint) |
The WebAppEndpoint is the unique URL for your Transfer Family web app.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.webAppId(String webAppId) |
The unique identifier for the web app.
|
default DescribedWebApp.Builder |
DescribedWebApp.Builder.webAppUnits(Consumer<WebAppUnits.Builder> webAppUnits) |
A union that contains the value for number of concurrent connections or the user sessions on your web app.
|
DescribedWebApp.Builder |
DescribedWebApp.Builder.webAppUnits(WebAppUnits webAppUnits) |
A union that contains the value for number of concurrent connections or the user sessions on your web app.
|