Interface WorkspaceThemeImages.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkspaceThemeImages.Builder,,WorkspaceThemeImages> SdkBuilder<WorkspaceThemeImages.Builder,,WorkspaceThemeImages> SdkPojo
- Enclosing class:
WorkspaceThemeImages
@Mutable
@NotThreadSafe
public static interface WorkspaceThemeImages.Builder
extends SdkPojo, CopyableBuilder<WorkspaceThemeImages.Builder,WorkspaceThemeImages>
-
Method Summary
Modifier and TypeMethodDescriptiondefault WorkspaceThemeImages.Builderlogo(Consumer<ImagesLogo.Builder> logo) The logo images used in the workspace.logo(ImagesLogo logo) The logo images used in the workspace.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
-
logo
The logo images used in the workspace.
- Parameters:
logo- The logo images used in the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logo
The logo images used in the workspace.
This is a convenience method that creates an instance of theImagesLogo.Builderavoiding the need to create one manually viaImagesLogo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologo(ImagesLogo).- Parameters:
logo- a consumer that will call methods onImagesLogo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-