Interface CreateWebAppRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWebAppRequest.Builder,,CreateWebAppRequest> SdkBuilder<CreateWebAppRequest.Builder,,CreateWebAppRequest> SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
CreateWebAppRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccessEndpoint(String accessEndpoint) TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.default CreateWebAppRequest.BuilderidentityProviderDetails(Consumer<WebAppIdentityProviderDetails.Builder> identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.identityProviderDetails(WebAppIdentityProviderDetails identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) Key-value pairs that can be used to group and search for web apps.tags(Consumer<Tag.Builder>... tags) Key-value pairs that can be used to group and search for web apps.Key-value pairs that can be used to group and search for web apps.webAppEndpointPolicy(String webAppEndpointPolicy) Setting for the type of endpoint policy for the web app.webAppEndpointPolicy(WebAppEndpointPolicy webAppEndpointPolicy) Setting for the type of endpoint policy for the web app.default CreateWebAppRequest.BuilderwebAppUnits(Consumer<WebAppUnits.Builder> webAppUnits) A union that contains the value for number of concurrent connections or the user sessions on your web app.webAppUnits(WebAppUnits webAppUnits) A union that contains the value for number of concurrent connections or the user sessions on your web app.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
Method Details
-
identityProviderDetails
CreateWebAppRequest.Builder identityProviderDetails(WebAppIdentityProviderDetails identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.
For more details about this parameter, see Configure your identity provider for Transfer Family web apps.
- Parameters:
identityProviderDetails- You can provide a structure that contains the details for the identity provider to use with your web app.For more details about this parameter, see Configure your identity provider for Transfer Family web apps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderDetails
default CreateWebAppRequest.Builder identityProviderDetails(Consumer<WebAppIdentityProviderDetails.Builder> identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.
For more details about this parameter, see Configure your identity provider for Transfer Family web apps.
This is a convenience method that creates an instance of theWebAppIdentityProviderDetails.Builderavoiding the need to create one manually viaWebAppIdentityProviderDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityProviderDetails(WebAppIdentityProviderDetails).- Parameters:
identityProviderDetails- a consumer that will call methods onWebAppIdentityProviderDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.Before you enter a custom URL for this parameter, follow the steps described in Update your access endpoint with a custom URL.
- 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.Before you enter a custom URL for this parameter, follow the steps described in Update your access endpoint with a custom URL.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppUnits
A union that contains the value for number of concurrent connections or the user sessions on your web app.
- Parameters:
webAppUnits- A union that contains the value for number of concurrent connections or the user sessions on your web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppUnits
A union that contains the value for number of concurrent connections or the user sessions on your web app.
This is a convenience method that creates an instance of theWebAppUnits.Builderavoiding the need to create one manually viaWebAppUnits.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebAppUnits(WebAppUnits).- Parameters:
webAppUnits- a consumer that will call methods onWebAppUnits.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Key-value pairs that can be used to group and search for web apps.
- Parameters:
tags- Key-value pairs that can be used to group and search for web apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Key-value pairs that can be used to group and search for web apps.
- Parameters:
tags- Key-value pairs that can be used to group and search for web apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Key-value pairs that can be used to group and search for web apps.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
webAppEndpointPolicy
Setting for the type of endpoint policy for the web app. The default value is
STANDARD.If you are creating the web app in an Amazon Web Services GovCloud (US) Region, you can set this parameter to
FIPS.- Parameters:
webAppEndpointPolicy- Setting for the type of endpoint policy for the web app. The default value isSTANDARD.If you are creating the web app in an Amazon Web Services GovCloud (US) Region, you can set this parameter to
FIPS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
webAppEndpointPolicy
Setting for the type of endpoint policy for the web app. The default value is
STANDARD.If you are creating the web app in an Amazon Web Services GovCloud (US) Region, you can set this parameter to
FIPS.- Parameters:
webAppEndpointPolicy- Setting for the type of endpoint policy for the web app. The default value isSTANDARD.If you are creating the web app in an Amazon Web Services GovCloud (US) Region, you can set this parameter to
FIPS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateWebAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateWebAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-