Interface TaskTemplateInfoV2.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskTemplateInfoV2.Builder,
,TaskTemplateInfoV2> SdkBuilder<TaskTemplateInfoV2.Builder,
,TaskTemplateInfoV2> SdkPojo
- Enclosing class:
TaskTemplateInfoV2
@Mutable
@NotThreadSafe
public static interface TaskTemplateInfoV2.Builder
extends SdkPojo, CopyableBuilder<TaskTemplateInfoV2.Builder,TaskTemplateInfoV2>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the task template used to create this contact.The name of the task template used to create this 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
-
arn
The Amazon Resource Name (ARN) of the task template used to create this contact.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the task template used to create this contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the task template used to create this contact.
- Parameters:
name
- The name of the task template used to create this contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-