Struct aws_sdk_fsx::input::describe_data_repository_tasks_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeDataRepositoryTasksInput
Implementations
Appends an item to task_ids.
To override the contents of this collection use set_task_ids.
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
Appends an item to filters.
To override the contents of this collection use set_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.
(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.
The maximum number of resources to return in the response. This value must be an integer greater than zero.
The maximum number of resources to return in the response. This value must be an integer greater than zero.
(Optional) Opaque pagination token returned from a previous operation (String). If
present, this token indicates from what point you can continue processing the request, where
the previous NextToken value left off.
(Optional) Opaque pagination token returned from a previous operation (String). If
present, this token indicates from what point you can continue processing the request, where
the previous NextToken value left off.
Consumes the builder and constructs a DescribeDataRepositoryTasksInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more