Interface ContactTargetInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>,SdkBuilder<ContactTargetInfo.Builder,ContactTargetInfo>,SdkPojo
- Enclosing class:
- ContactTargetInfo
public static interface ContactTargetInfo.Builder extends SdkPojo, CopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactTargetInfo.BuildercontactId(String contactId)The Amazon Resource Name (ARN) of the contact.ContactTargetInfo.BuilderisEssential(Boolean isEssential)A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.-
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
-
contactId
ContactTargetInfo.Builder contactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
- Parameters:
contactId- The Amazon Resource Name (ARN) of the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEssential
ContactTargetInfo.Builder isEssential(Boolean isEssential)
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- Parameters:
isEssential- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-