public static interface LensShareSummary.Builder extends SdkPojo, CopyableBuilder<LensShareSummary.Builder,LensShareSummary>
| Modifier and Type | Method and Description |
|---|---|
LensShareSummary.Builder |
sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.
|
LensShareSummary.Builder |
shareId(String shareId)
Sets the value of the ShareId property for this object.
|
LensShareSummary.Builder |
status(ShareStatus status)
Sets the value of the Status property for this object.
|
LensShareSummary.Builder |
status(String status)
Sets the value of the Status property for this object.
|
LensShareSummary.Builder |
statusMessage(String statusMessage)
Optional message to compliment the Status field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLensShareSummary.Builder shareId(String shareId)
shareId - The new value for the ShareId property for this object.LensShareSummary.Builder sharedWith(String sharedWith)
sharedWith - The new value for the SharedWith property for this object.LensShareSummary.Builder status(String status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusLensShareSummary.Builder status(ShareStatus status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusLensShareSummary.Builder statusMessage(String statusMessage)
Optional message to compliment the Status field.
statusMessage - Optional message to compliment the Status field.Copyright © 2023. All rights reserved.