Class CfnWebAppPropsMixin.WebAppCustomizationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWebAppPropsMixin.WebAppCustomizationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebAppPropsMixin.WebAppCustomizationProperty>
- Enclosing interface:
CfnWebAppPropsMixin.WebAppCustomizationProperty
@Stability(Stable)
public static final class CfnWebAppPropsMixin.WebAppCustomizationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebAppPropsMixin.WebAppCustomizationProperty>
A builder for
CfnWebAppPropsMixin.WebAppCustomizationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.faviconFile(String faviconFile) Sets the value ofCfnWebAppPropsMixin.WebAppCustomizationProperty.getFaviconFile()Sets the value ofCfnWebAppPropsMixin.WebAppCustomizationProperty.getLogoFile()Sets the value ofCfnWebAppPropsMixin.WebAppCustomizationProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
faviconFile
@Stability(Stable) public CfnWebAppPropsMixin.WebAppCustomizationProperty.Builder faviconFile(String faviconFile) Sets the value ofCfnWebAppPropsMixin.WebAppCustomizationProperty.getFaviconFile()- Parameters:
faviconFile- Returns an icon file data string (in base64 encoding).- Returns:
this
-
logoFile
@Stability(Stable) public CfnWebAppPropsMixin.WebAppCustomizationProperty.Builder logoFile(String logoFile) Sets the value ofCfnWebAppPropsMixin.WebAppCustomizationProperty.getLogoFile()- Parameters:
logoFile- Returns a logo file data string (in base64 encoding).- Returns:
this
-
title
@Stability(Stable) public CfnWebAppPropsMixin.WebAppCustomizationProperty.Builder title(String title) Sets the value ofCfnWebAppPropsMixin.WebAppCustomizationProperty.getTitle()- Parameters:
title- Returns the page title that you defined for your web app.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebAppPropsMixin.WebAppCustomizationProperty>- Returns:
- a new instance of
CfnWebAppPropsMixin.WebAppCustomizationProperty - Throws:
NullPointerException- if any required attribute was not provided
-