public static interface DescribeDataRepositoryTasksResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataRepositoryTasksResponse.Builder,DescribeDataRepositoryTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDataRepositoryTasksResponse.Builder |
dataRepositoryTasks(Collection<DataRepositoryTask> dataRepositoryTasks)
The collection of data repository task descriptions returned.
|
DescribeDataRepositoryTasksResponse.Builder |
dataRepositoryTasks(Consumer<DataRepositoryTask.Builder>... dataRepositoryTasks)
The collection of data repository task descriptions returned.
|
DescribeDataRepositoryTasksResponse.Builder |
dataRepositoryTasks(DataRepositoryTask... dataRepositoryTasks)
The collection of data repository task descriptions returned.
|
DescribeDataRepositoryTasksResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataRepositoryTasksResponse.Builder dataRepositoryTasks(Collection<DataRepositoryTask> dataRepositoryTasks)
The collection of data repository task descriptions returned.
dataRepositoryTasks - The collection of data repository task descriptions returned.DescribeDataRepositoryTasksResponse.Builder dataRepositoryTasks(DataRepositoryTask... dataRepositoryTasks)
The collection of data repository task descriptions returned.
dataRepositoryTasks - The collection of data repository task descriptions returned.DescribeDataRepositoryTasksResponse.Builder dataRepositoryTasks(Consumer<DataRepositoryTask.Builder>... dataRepositoryTasks)
The collection of data repository task descriptions returned.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #dataRepositoryTasks(List) .dataRepositoryTasks - a consumer that will call methods on List.Builder #dataRepositoryTasks(List) DescribeDataRepositoryTasksResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2021. All rights reserved.