Class CfnWebAppMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWebAppMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebAppMixinProps>
- Enclosing interface:
CfnWebAppMixinProps
@Stability(Stable)
public static final class CfnWebAppMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebAppMixinProps>
A builder for
CfnWebAppMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessEndpoint(String accessEndpoint) Sets the value ofCfnWebAppMixinProps.getAccessEndpoint()build()Builds the configured instance.endpointDetails(CfnWebAppPropsMixin.EndpointDetailsProperty endpointDetails) Sets the value ofCfnWebAppMixinProps.getEndpointDetails()endpointDetails(IResolvable endpointDetails) Sets the value ofCfnWebAppMixinProps.getEndpointDetails()identityProviderDetails(CfnWebAppPropsMixin.IdentityProviderDetailsProperty identityProviderDetails) Sets the value ofCfnWebAppMixinProps.getIdentityProviderDetails()identityProviderDetails(IResolvable identityProviderDetails) Sets the value ofCfnWebAppMixinProps.getIdentityProviderDetails()Sets the value ofCfnWebAppMixinProps.getTags()webAppCustomization(CfnWebAppPropsMixin.WebAppCustomizationProperty webAppCustomization) Sets the value ofCfnWebAppMixinProps.getWebAppCustomization()webAppCustomization(IResolvable webAppCustomization) Sets the value ofCfnWebAppMixinProps.getWebAppCustomization()webAppEndpointPolicy(String webAppEndpointPolicy) Sets the value ofCfnWebAppMixinProps.getWebAppEndpointPolicy()webAppUnits(CfnWebAppPropsMixin.WebAppUnitsProperty webAppUnits) Sets the value ofCfnWebAppMixinProps.getWebAppUnits()webAppUnits(IResolvable webAppUnits) Sets the value ofCfnWebAppMixinProps.getWebAppUnits()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessEndpoint
Sets the value ofCfnWebAppMixinProps.getAccessEndpoint()- 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:
this
-
endpointDetails
Sets the value ofCfnWebAppMixinProps.getEndpointDetails()- Parameters:
endpointDetails- the value to be set.- Returns:
this
-
endpointDetails
@Stability(Stable) public CfnWebAppMixinProps.Builder endpointDetails(CfnWebAppPropsMixin.EndpointDetailsProperty endpointDetails) Sets the value ofCfnWebAppMixinProps.getEndpointDetails()- Parameters:
endpointDetails- the value to be set.- Returns:
this
-
identityProviderDetails
@Stability(Stable) public CfnWebAppMixinProps.Builder identityProviderDetails(IResolvable identityProviderDetails) Sets the value ofCfnWebAppMixinProps.getIdentityProviderDetails()- 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:
this
-
identityProviderDetails
@Stability(Stable) public CfnWebAppMixinProps.Builder identityProviderDetails(CfnWebAppPropsMixin.IdentityProviderDetailsProperty identityProviderDetails) Sets the value ofCfnWebAppMixinProps.getIdentityProviderDetails()- 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:
this
-
tags
Sets the value ofCfnWebAppMixinProps.getTags()- Parameters:
tags- Key-value pairs that can be used to group and search for web apps. Tags are metadata attached to web apps for any purpose.- Returns:
this
-
webAppCustomization
@Stability(Stable) public CfnWebAppMixinProps.Builder webAppCustomization(IResolvable webAppCustomization) Sets the value ofCfnWebAppMixinProps.getWebAppCustomization()- Parameters:
webAppCustomization- A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.- Returns:
this
-
webAppCustomization
@Stability(Stable) public CfnWebAppMixinProps.Builder webAppCustomization(CfnWebAppPropsMixin.WebAppCustomizationProperty webAppCustomization) Sets the value ofCfnWebAppMixinProps.getWebAppCustomization()- Parameters:
webAppCustomization- A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.- Returns:
this
-
webAppEndpointPolicy
@Stability(Stable) public CfnWebAppMixinProps.Builder webAppEndpointPolicy(String webAppEndpointPolicy) Sets the value ofCfnWebAppMixinProps.getWebAppEndpointPolicy()- Parameters:
webAppEndpointPolicy- Setting for the type of endpoint policy for the web app. The default value isSTANDARD. If your web app was created in an AWS GovCloud (US) Region , the value of this parameter can beFIPS, which indicates the web app endpoint is FIPS-compliant.- Returns:
this
-
webAppUnits
Sets the value ofCfnWebAppMixinProps.getWebAppUnits()- Parameters:
webAppUnits- A union that contains the value for number of concurrent connections or the user sessions on your web app.- Returns:
this
-
webAppUnits
@Stability(Stable) public CfnWebAppMixinProps.Builder webAppUnits(CfnWebAppPropsMixin.WebAppUnitsProperty webAppUnits) Sets the value ofCfnWebAppMixinProps.getWebAppUnits()- Parameters:
webAppUnits- A union that contains the value for number of concurrent connections or the user sessions on your web app.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebAppMixinProps>- Returns:
- a new instance of
CfnWebAppMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-