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 Summary
Modifier and TypeMethodDescriptionoverriddenContactIds
(String... overriddenContactIds) The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created.overriddenContactIds
(Collection<String> overriddenContactIds) The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created.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 Details
-
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
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.
-