Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.RotationOverride.Builder
-
Packages that use RotationOverride.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of RotationOverride.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return RotationOverride.Builder Modifier and Type Method Description static RotationOverride.BuilderRotationOverride. builder()RotationOverride.BuilderRotationOverride.Builder. createTime(Instant createTime)The time a rotation override was created.RotationOverride.BuilderRotationOverride.Builder. endTime(Instant endTime)The time a rotation override ends.RotationOverride.BuilderRotationOverride.Builder. newContactIds(String... newContactIds)The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.RotationOverride.BuilderRotationOverride.Builder. newContactIds(Collection<String> newContactIds)The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.RotationOverride.BuilderRotationOverride.Builder. rotationOverrideId(String rotationOverrideId)The Amazon Resource Name (ARN) of the override to an on-call rotation.RotationOverride.BuilderRotationOverride.Builder. startTime(Instant startTime)The time a rotation override begins.RotationOverride.BuilderRotationOverride. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type RotationOverride.Builder Modifier and Type Method Description static Class<? extends RotationOverride.Builder>RotationOverride. serializableBuilderClass()
-