Interface DescribeDataRepositoryTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDataRepositoryTasksRequest.Builder,DescribeDataRepositoryTasksRequest>,FSxRequest.Builder,SdkBuilder<DescribeDataRepositoryTasksRequest.Builder,DescribeDataRepositoryTasksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDataRepositoryTasksRequest
public static interface DescribeDataRepositoryTasksRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeDataRepositoryTasksRequest.Builder,DescribeDataRepositoryTasksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDataRepositoryTasksRequest.Builderfilters(Collection<DataRepositoryTaskFilter> filters)(Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.DescribeDataRepositoryTasksRequest.Builderfilters(Consumer<DataRepositoryTaskFilter.Builder>... filters)(Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.DescribeDataRepositoryTasksRequest.Builderfilters(DataRepositoryTaskFilter... filters)(Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.DescribeDataRepositoryTasksRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.DescribeDataRepositoryTasksRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeDataRepositoryTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDataRepositoryTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDataRepositoryTasksRequest.BuildertaskIds(String... taskIds)(Optional) IDs of the tasks whose descriptions you want to retrieve (String).DescribeDataRepositoryTasksRequest.BuildertaskIds(Collection<String> taskIds)(Optional) IDs of the tasks whose descriptions you want to retrieve (String).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
-
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
-
taskIds
DescribeDataRepositoryTasksRequest.Builder taskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
- Parameters:
taskIds- (Optional) IDs of the tasks whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskIds
DescribeDataRepositoryTasksRequest.Builder taskIds(String... taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
- Parameters:
taskIds- (Optional) IDs of the tasks whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataRepositoryTasksRequest.Builder filters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.- Parameters:
filters- (Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataRepositoryTasksRequest.Builder filters(DataRepositoryTaskFilter... filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.- Parameters:
filters- (Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataRepositoryTasksRequest.Builder filters(Consumer<DataRepositoryTaskFilter.Builder>... filters)
(Optional) You can use filters to narrow the
This is a convenience method that creates an instance of theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.DataRepositoryTaskFilter.Builderavoiding the need to create one manually viaDataRepositoryTaskFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onDataRepositoryTaskFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxResults
DescribeDataRepositoryTasksRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeDataRepositoryTasksRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDataRepositoryTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDataRepositoryTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-