Class CfnUserSettings.LocalizedBrandingStringsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.workspacesweb.CfnUserSettings.LocalizedBrandingStringsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserSettings.LocalizedBrandingStringsProperty>
- Enclosing interface:
CfnUserSettings.LocalizedBrandingStringsProperty
@Stability(Stable)
public static final class CfnUserSettings.LocalizedBrandingStringsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserSettings.LocalizedBrandingStringsProperty>
A builder for
CfnUserSettings.LocalizedBrandingStringsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowserTabTitle(String browserTabTitle) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getBrowserTabTitle()build()Builds the configured instance.contactButtonText(String contactButtonText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getContactButtonText()contactLink(String contactLink) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getContactLink()loadingText(String loadingText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoadingText()loginButtonText(String loginButtonText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoginButtonText()loginDescription(String loginDescription) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoginDescription()loginTitle(String loginTitle) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoginTitle()welcomeText(String welcomeText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getWelcomeText()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
browserTabTitle
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder browserTabTitle(String browserTabTitle) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getBrowserTabTitle()- Parameters:
browserTabTitle- the value to be set. This parameter is required.- Returns:
this
-
welcomeText
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder welcomeText(String welcomeText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getWelcomeText()- Parameters:
welcomeText- the value to be set. This parameter is required.- Returns:
this
-
contactButtonText
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder contactButtonText(String contactButtonText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getContactButtonText()- Parameters:
contactButtonText- the value to be set.- Returns:
this
-
contactLink
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder contactLink(String contactLink) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getContactLink()- Parameters:
contactLink- the value to be set.- Returns:
this
-
loadingText
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder loadingText(String loadingText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoadingText()- Parameters:
loadingText- the value to be set.- Returns:
this
-
loginButtonText
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder loginButtonText(String loginButtonText) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoginButtonText()- Parameters:
loginButtonText- the value to be set.- Returns:
this
-
loginDescription
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder loginDescription(String loginDescription) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoginDescription()- Parameters:
loginDescription- the value to be set.- Returns:
this
-
loginTitle
@Stability(Stable) public CfnUserSettings.LocalizedBrandingStringsProperty.Builder loginTitle(String loginTitle) Sets the value ofCfnUserSettings.LocalizedBrandingStringsProperty.getLoginTitle()- Parameters:
loginTitle- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserSettings.LocalizedBrandingStringsProperty>- Returns:
- a new instance of
CfnUserSettings.LocalizedBrandingStringsProperty - Throws:
NullPointerException- if any required attribute was not provided
-