Interface LensShareSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LensShareSummary.Builder,LensShareSummary>,SdkBuilder<LensShareSummary.Builder,LensShareSummary>,SdkPojo
- Enclosing class:
- LensShareSummary
public static interface LensShareSummary.Builder extends SdkPojo, CopyableBuilder<LensShareSummary.Builder,LensShareSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LensShareSummary.BuildersharedWith(String sharedWith)Sets the value of the SharedWith property for this object.LensShareSummary.BuildershareId(String shareId)Sets the value of the ShareId property for this object.LensShareSummary.Builderstatus(String status)Sets the value of the Status property for this object.LensShareSummary.Builderstatus(ShareStatus status)Sets the value of the Status property for this object.LensShareSummary.BuilderstatusMessage(String statusMessage)Optional message to compliment the Status field.-
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, sdkFields
-
-
-
-
Method Detail
-
shareId
LensShareSummary.Builder shareId(String shareId)
Sets the value of the ShareId property for this object.- Parameters:
shareId- The new value for the ShareId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWith
LensShareSummary.Builder sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.- Parameters:
sharedWith- The new value for the SharedWith property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
LensShareSummary.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
LensShareSummary.Builder status(ShareStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
statusMessage
LensShareSummary.Builder statusMessage(String statusMessage)
Optional message to compliment the Status field.
- Parameters:
statusMessage- Optional message to compliment the Status field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-