Interface LocalizedBrandingStrings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LocalizedBrandingStrings.Builder,,LocalizedBrandingStrings> SdkBuilder<LocalizedBrandingStrings.Builder,,LocalizedBrandingStrings> SdkPojo
- Enclosing class:
LocalizedBrandingStrings
-
Method Summary
Modifier and TypeMethodDescriptionbrowserTabTitle(String browserTabTitle) The text displayed in the browser tab title.contactButtonText(String contactButtonText) The text displayed on the contact button.contactLink(String contactLink) A contact link URL.loadingText(String loadingText) The text displayed during session loading.loginButtonText(String loginButtonText) The text displayed on the login button.loginDescription(String loginDescription) The description text for the login section.loginTitle(String loginTitle) The title text for the login section.welcomeText(String welcomeText) The welcome text displayed on the sign-in page.Methods 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, sdkFields
-
Method Details
-
browserTabTitle
The text displayed in the browser tab title.
- Parameters:
browserTabTitle- The text displayed in the browser tab title.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
welcomeText
The welcome text displayed on the sign-in page.
- Parameters:
welcomeText- The welcome text displayed on the sign-in page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loginTitle
The title text for the login section. This field is optional and defaults to "Sign In".
- Parameters:
loginTitle- The title text for the login section. This field is optional and defaults to "Sign In".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loginDescription
The description text for the login section. This field is optional and defaults to "Sign in to your session".
- Parameters:
loginDescription- The description text for the login section. This field is optional and defaults to "Sign in to your session".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loginButtonText
The text displayed on the login button. This field is optional and defaults to "Sign In".
- Parameters:
loginButtonText- The text displayed on the login button. This field is optional and defaults to "Sign In".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactLink
A contact link URL. The URL must start with
https://ormailto:. If not provided, the contact button will be hidden from the web portal screen.- Parameters:
contactLink- A contact link URL. The URL must start withhttps://ormailto:. If not provided, the contact button will be hidden from the web portal screen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactButtonText
The text displayed on the contact button. This field is optional and defaults to "Contact us".
- Parameters:
contactButtonText- The text displayed on the contact button. This field is optional and defaults to "Contact us".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadingText
The text displayed during session loading. This field is optional and defaults to "Loading your session".
- Parameters:
loadingText- The text displayed during session loading. This field is optional and defaults to "Loading your session".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-