Interface PortalTheme.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PortalTheme.Builder,,PortalTheme> SdkBuilder<PortalTheme.Builder,,PortalTheme> SdkPojo
- Enclosing class:
PortalTheme
@Mutable
@NotThreadSafe
public static interface PortalTheme.Builder
extends SdkPojo, CopyableBuilder<PortalTheme.Builder,PortalTheme>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PortalTheme.BuildercustomColors(Consumer<CustomColors.Builder> customColors) Defines custom color values.customColors(CustomColors customColors) Defines custom color values.logoLastUploaded(Instant logoLastUploaded) The timestamp when the logo was last uploaded.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
-
customColors
Defines custom color values.
- Parameters:
customColors- Defines custom color values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customColors
Defines custom color values.
This is a convenience method that creates an instance of theCustomColors.Builderavoiding the need to create one manually viaCustomColors.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomColors(CustomColors).- Parameters:
customColors- a consumer that will call methods onCustomColors.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logoLastUploaded
The timestamp when the logo was last uploaded.
- Parameters:
logoLastUploaded- The timestamp when the logo was last uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-