Interface UpdateResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateResult.Builder,UpdateResult>,SdkBuilder<UpdateResult.Builder,UpdateResult>,SdkPojo
- Enclosing class:
- UpdateResult
public static interface UpdateResult.Builder extends SdkPojo, CopyableBuilder<UpdateResult.Builder,UpdateResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResult.Builderdescription(String description)A description of whether updates for the WorkSpace image are pending or available.UpdateResult.BuilderupdateAvailable(Boolean updateAvailable)Indicates whether updated drivers or other components are available for the specified WorkSpace image.-
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 Detail
-
updateAvailable
UpdateResult.Builder updateAvailable(Boolean updateAvailable)
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
- Parameters:
updateAvailable- Indicates whether updated drivers or other components are available for the specified WorkSpace image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateResult.Builder description(String description)
A description of whether updates for the WorkSpace image are pending or available.
- Parameters:
description- A description of whether updates for the WorkSpace image are pending or available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-