public static interface DescribeDataRepositoryTasksRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeDataRepositoryTasksRequest.Builder,DescribeDataRepositoryTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDataRepositoryTasksRequest.Builder |
filters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include
just tasks for specific file systems, or tasks in a specific lifecycle state. |
DescribeDataRepositoryTasksRequest.Builder |
filters(Consumer<DataRepositoryTaskFilter.Builder>... filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include
just tasks for specific file systems, or tasks in a specific lifecycle state. |
DescribeDataRepositoryTasksRequest.Builder |
filters(DataRepositoryTaskFilter... filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include
just tasks for specific file systems, or tasks in a specific lifecycle state. |
DescribeDataRepositoryTasksRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeDataRepositoryTasksRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeDataRepositoryTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDataRepositoryTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDataRepositoryTasksRequest.Builder |
taskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
|
DescribeDataRepositoryTasksRequest.Builder |
taskIds(String... taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataRepositoryTasksRequest.Builder taskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
taskIds - (Optional) IDs of the tasks whose descriptions you want to retrieve (String).DescribeDataRepositoryTasksRequest.Builder taskIds(String... taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
taskIds - (Optional) IDs of the tasks whose descriptions you want to retrieve (String).DescribeDataRepositoryTasksRequest.Builder filters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.
filters - (Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to
include just tasks for specific file systems, or tasks in a specific lifecycle state.DescribeDataRepositoryTasksRequest.Builder filters(DataRepositoryTaskFilter... filters)
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.
filters - (Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to
include just tasks for specific file systems, or tasks in a specific lifecycle state.DescribeDataRepositoryTasksRequest.Builder filters(Consumer<DataRepositoryTaskFilter.Builder>... filters)
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.
DataRepositoryTaskFilter.Builder avoiding the need to
create one manually via DataRepositoryTaskFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
DataRepositoryTaskFilter.Builder#filters(java.util.Collection) DescribeDataRepositoryTasksRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.DescribeDataRepositoryTasksRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.DescribeDataRepositoryTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDataRepositoryTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.