Struct aws_sdk_dax::input::describe_default_parameters_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeDefaultParametersInput
Implementations
The maximum number of results to include in the response. If more results exist
than the specified MaxResults
value, a token is included in the response so
that the remaining results can be retrieved.
The value for MaxResults
must be between 20 and 100.
The maximum number of results to include in the response. If more results exist
than the specified MaxResults
value, a token is included in the response so
that the remaining results can be retrieved.
The value for MaxResults
must be between 20 and 100.
An optional token returned from a prior request. Use this token for pagination of
results from this action. If this parameter is specified, the response includes only
results beyond the token, up to the value specified by
MaxResults
.
An optional token returned from a prior request. Use this token for pagination of
results from this action. If this parameter is specified, the response includes only
results beyond the token, up to the value specified by
MaxResults
.
Consumes the builder and constructs a DescribeDefaultParametersInput
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