Interface ShiftDetails.Builder

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

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

    • overriddenContactIds

      ShiftDetails.Builder overriddenContactIds(Collection<String> overriddenContactIds)

      The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created. If the override is deleted, these contacts are restored to the shift.

      Parameters:
      overriddenContactIds - The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created. If the override is deleted, these contacts are restored to the shift.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overriddenContactIds

      ShiftDetails.Builder overriddenContactIds(String... overriddenContactIds)

      The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created. If the override is deleted, these contacts are restored to the shift.

      Parameters:
      overriddenContactIds - The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created. If the override is deleted, these contacts are restored to the shift.
      Returns:
      Returns a reference to this object so that method calls can be chained together.