Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ResolutionContact.Builder
-
Packages that use ResolutionContact.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ResolutionContact.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ResolutionContact.Builder Modifier and Type Method Description static ResolutionContact.BuilderResolutionContact. builder()ResolutionContact.BuilderResolutionContact.Builder. contactArn(String contactArn)The Amazon Resource Name (ARN) of a contact in the engagement resolution process.ResolutionContact.BuilderResolutionContact.Builder. stageIndex(Integer stageIndex)The stage in the escalation plan that resolves to this contact.ResolutionContact.BuilderResolutionContact. toBuilder()ResolutionContact.BuilderResolutionContact.Builder. type(String type)The type of contact for a resolution step.ResolutionContact.BuilderResolutionContact.Builder. type(ContactType type)The type of contact for a resolution step.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ResolutionContact.Builder Modifier and Type Method Description static Class<? extends ResolutionContact.Builder>ResolutionContact. serializableBuilderClass()
-