Interface ResolutionContact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResolutionContact.Builder,ResolutionContact>,SdkBuilder<ResolutionContact.Builder,ResolutionContact>,SdkPojo
- Enclosing class:
- ResolutionContact
public static interface ResolutionContact.Builder extends SdkPojo, CopyableBuilder<ResolutionContact.Builder,ResolutionContact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolutionContact.BuildercontactArn(String contactArn)The Amazon Resource Name (ARN) of a contact in the engagement resolution process.ResolutionContact.BuilderstageIndex(Integer stageIndex)The stage in the escalation plan that resolves to this contact.ResolutionContact.Buildertype(String type)The type of contact for a resolution step.ResolutionContact.Buildertype(ContactType type)The type of contact for a resolution step.-
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
-
contactArn
ResolutionContact.Builder contactArn(String contactArn)
The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
- Parameters:
contactArn- The Amazon Resource Name (ARN) of a contact in the engagement resolution process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ResolutionContact.Builder type(String type)
The type of contact for a resolution step.
- Parameters:
type- The type of contact for a resolution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactType,ContactType
-
type
ResolutionContact.Builder type(ContactType type)
The type of contact for a resolution step.
- Parameters:
type- The type of contact for a resolution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactType,ContactType
-
stageIndex
ResolutionContact.Builder stageIndex(Integer stageIndex)
The stage in the escalation plan that resolves to this contact.
- Parameters:
stageIndex- The stage in the escalation plan that resolves to this contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-