Interface DescribedWebAppCustomization.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribedWebAppCustomization.Builder,
,DescribedWebAppCustomization> SdkBuilder<DescribedWebAppCustomization.Builder,
,DescribedWebAppCustomization> SdkPojo
- Enclosing class:
DescribedWebAppCustomization
@Mutable
@NotThreadSafe
public static interface DescribedWebAppCustomization.Builder
extends SdkPojo, CopyableBuilder<DescribedWebAppCustomization.Builder,DescribedWebAppCustomization>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Amazon Resource Name (ARN) for the web app.faviconFile
(SdkBytes faviconFile) Returns an icon file data string (in base64 encoding).Returns a logo file data string (in base64 encoding).Returns the page title that you defined for your web app.Returns the unique identifier for your web app.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
Returns the Amazon Resource Name (ARN) for the web app.
- Parameters:
arn
- Returns the Amazon Resource Name (ARN) for the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppId
Returns the unique identifier for your web app.
- Parameters:
webAppId
- Returns the unique identifier for your web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Returns the page title that you defined for your web app.
- Parameters:
title
- Returns the page title that you defined for your web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logoFile
Returns a logo file data string (in base64 encoding).
- Parameters:
logoFile
- Returns a logo file data string (in base64 encoding).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faviconFile
Returns an icon file data string (in base64 encoding).
- Parameters:
faviconFile
- Returns an icon file data string (in base64 encoding).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-