Interface ProfileShareSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProfileShareSummary.Builder,ProfileShareSummary>, SdkBuilder<ProfileShareSummary.Builder,ProfileShareSummary>, SdkPojo
Enclosing class:
ProfileShareSummary

public static interface ProfileShareSummary.Builder extends SdkPojo, CopyableBuilder<ProfileShareSummary.Builder,ProfileShareSummary>
  • Method Details

    • 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

      ProfileShareSummary.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

      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:
    • 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:
    • statusMessage

      ProfileShareSummary.Builder statusMessage(String statusMessage)

      Profile share invitation status message.

      Parameters:
      statusMessage - Profile share invitation status message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.