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 method that creates an instance of theDataRepositoryTask.Builder avoiding the need to create one
manually via DataRepositoryTask.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dataRepositoryTasks(List.
dataRepositoryTasks - a consumer that will call methods on
DataRepositoryTask.Builder#dataRepositoryTasks(java.util.Collection) DescribeDataRepositoryTasksResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.