Interface Contact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Contact.Builder,
,Contact> SdkBuilder<Contact.Builder,
,Contact> SdkPojo
- Enclosing class:
Contact
-
Method Summary
Modifier and TypeMethodDescriptionThe unique and identifiable alias of the contact or escalation plan.contactArn
(String contactArn) The Amazon Resource Name (ARN) of the contact or escalation plan.displayName
(String displayName) The full name of the contact or escalation plan.The type of contact.type
(ContactType type) The type of contact.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
-
contactArn
The Amazon Resource Name (ARN) of the contact or escalation plan.
- Parameters:
contactArn
- The Amazon Resource Name (ARN) of the contact or escalation plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
The unique and identifiable alias of the contact or escalation plan.
- Parameters:
alias
- The unique and identifiable alias of the contact or escalation plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The full name of the contact or escalation plan.
- Parameters:
displayName
- The full name of the contact or escalation plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of contact.
-
PERSONAL
: A single, individual contact. -
ESCALATION
: An escalation plan. -
ONCALL_SCHEDULE
: An on-call schedule.
- Parameters:
type
- The type of contact.-
PERSONAL
: A single, individual contact. -
ESCALATION
: An escalation plan. -
ONCALL_SCHEDULE
: An on-call schedule.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of contact.
-
PERSONAL
: A single, individual contact. -
ESCALATION
: An escalation plan. -
ONCALL_SCHEDULE
: An on-call schedule.
- Parameters:
type
- The type of contact.-
PERSONAL
: A single, individual contact. -
ESCALATION
: An escalation plan. -
ONCALL_SCHEDULE
: An on-call schedule.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-