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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShiftDetails.BuilderoverriddenContactIds(String... overriddenContactIds)The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created.ShiftDetails.BuilderoverriddenContactIds(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 Detail
-
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.
-
-