Interface AccountSettings.Builder

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

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

    • groupLifecycleEventsDesiredStatus

      AccountSettings.Builder groupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)

      The desired target status of the group lifecycle events feature. If

      Parameters:
      groupLifecycleEventsDesiredStatus - The desired target status of the group lifecycle events feature. If
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupLifecycleEventsDesiredStatus

      AccountSettings.Builder groupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus)

      The desired target status of the group lifecycle events feature. If

      Parameters:
      groupLifecycleEventsDesiredStatus - The desired target status of the group lifecycle events feature. If
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupLifecycleEventsStatus

      AccountSettings.Builder groupLifecycleEventsStatus(String groupLifecycleEventsStatus)

      The current status of the group lifecycle events feature.

      Parameters:
      groupLifecycleEventsStatus - The current status of the group lifecycle events feature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupLifecycleEventsStatus

      AccountSettings.Builder groupLifecycleEventsStatus(GroupLifecycleEventsStatus groupLifecycleEventsStatus)

      The current status of the group lifecycle events feature.

      Parameters:
      groupLifecycleEventsStatus - The current status of the group lifecycle events feature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupLifecycleEventsStatusMessage

      AccountSettings.Builder groupLifecycleEventsStatusMessage(String groupLifecycleEventsStatusMessage)

      The text of any error message occurs during an attempt to turn group lifecycle events on or off.

      Parameters:
      groupLifecycleEventsStatusMessage - The text of any error message occurs during an attempt to turn group lifecycle events on or off.
      Returns:
      Returns a reference to this object so that method calls can be chained together.