Struct aws_sdk_redshift::model::default_cluster_parameters::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DefaultClusterParameters
Implementations
The name of the cluster parameter group family to which the engine default parameters apply.
The name of the cluster parameter group family to which the engine default parameters apply.
A value that indicates the starting point for the next set of response records in a
subsequent request. If a value is returned in a response, you can retrieve the next set
of records by providing this returned marker value in the Marker
parameter
and retrying the command. If the Marker
field is empty, all response
records have been retrieved for the request.
A value that indicates the starting point for the next set of response records in a
subsequent request. If a value is returned in a response, you can retrieve the next set
of records by providing this returned marker value in the Marker
parameter
and retrying the command. If the Marker
field is empty, all response
records have been retrieved for the request.
Appends an item to parameters
.
To override the contents of this collection use set_parameters
.
The list of cluster default parameters.
The list of cluster default parameters.
Consumes the builder and constructs a DefaultClusterParameters
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