public static interface TaskTemplateMetadata.Builder extends SdkPojo, CopyableBuilder<TaskTemplateMetadata.Builder,TaskTemplateMetadata>
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the task template.
|
TaskTemplateMetadata.Builder |
createdTime(Instant createdTime)
The timestamp when the task template was created.
|
TaskTemplateMetadata.Builder |
description(String description)
The description of the task template.
|
TaskTemplateMetadata.Builder |
id(String id)
A unique identifier for the task template.
|
TaskTemplateMetadata.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when the task template was last modified.
|
TaskTemplateMetadata.Builder |
name(String name)
The name of the task template.
|
TaskTemplateMetadata.Builder |
status(String status)
Marks a template as
ACTIVE or INACTIVE for a task to refer to it. |
TaskTemplateMetadata.Builder |
status(TaskTemplateStatus status)
Marks a template as
ACTIVE or INACTIVE for a task to refer to it. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskTemplateMetadata.Builder id(String id)
A unique identifier for the task template.
id - A unique identifier for the task template.TaskTemplateMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the task template.
arn - The Amazon Resource Name (ARN) of the task template.TaskTemplateMetadata.Builder name(String name)
The name of the task template.
name - The name of the task template.TaskTemplateMetadata.Builder description(String description)
The description of the task template.
description - The description of the task template.TaskTemplateMetadata.Builder status(String status)
Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be
created from ACTIVE templates. If a template is marked as INACTIVE, then a task
that refers to this template cannot be created.
status - Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can
only be created from ACTIVE templates. If a template is marked as INACTIVE,
then a task that refers to this template cannot be created.TaskTemplateStatus,
TaskTemplateStatusTaskTemplateMetadata.Builder status(TaskTemplateStatus status)
Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be
created from ACTIVE templates. If a template is marked as INACTIVE, then a task
that refers to this template cannot be created.
status - Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can
only be created from ACTIVE templates. If a template is marked as INACTIVE,
then a task that refers to this template cannot be created.TaskTemplateStatus,
TaskTemplateStatusTaskTemplateMetadata.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when the task template was last modified.
lastModifiedTime - The timestamp when the task template was last modified.TaskTemplateMetadata.Builder createdTime(Instant createdTime)
The timestamp when the task template was created.
createdTime - The timestamp when the task template was created.Copyright © 2022. All rights reserved.