Interface TaskList.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskList.Builder,TaskList>
,SdkBuilder<TaskList.Builder,TaskList>
,SdkPojo
- Enclosing class:
- TaskList
public static interface TaskList.Builder extends SdkPojo, CopyableBuilder<TaskList.Builder,TaskList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskList.Builder
name(String name)
The name of the task list.-
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 Detail
-
name
TaskList.Builder name(String name)
The name of the task list.
- Parameters:
name
- The name of the task list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-