Interface PreviewOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PreviewOverride.Builder,
,PreviewOverride> SdkBuilder<PreviewOverride.Builder,
,PreviewOverride> SdkPojo
- Enclosing class:
PreviewOverride
@Mutable
@NotThreadSafe
public static interface PreviewOverride.Builder
extends SdkPojo, CopyableBuilder<PreviewOverride.Builder,PreviewOverride>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the time a rotation override would end.newMembers
(String... newMembers) Information about contacts to add to an on-call rotation override.newMembers
(Collection<String> newMembers) Information about contacts to add to an on-call rotation override.Information about the time a rotation override would begin.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, sdkFieldNameToField, sdkFields
-
Method Details
-
newMembers
Information about contacts to add to an on-call rotation override.
- Parameters:
newMembers
- Information about contacts to add to an on-call rotation override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newMembers
Information about contacts to add to an on-call rotation override.
- Parameters:
newMembers
- Information about contacts to add to an on-call rotation override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
Information about the time a rotation override would begin.
- Parameters:
startTime
- Information about the time a rotation override would begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
Information about the time a rotation override would end.
- Parameters:
endTime
- Information about the time a rotation override would end.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-