Struct aws_sdk_redshift::input::authorize_endpoint_access_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AuthorizeEndpointAccessInput
Implementations
The cluster identifier of the cluster to grant access to.
The cluster identifier of the cluster to grant access to.
The Amazon Web Services account ID to grant access to.
The Amazon Web Services account ID to grant access to.
Appends an item to vpc_ids
.
To override the contents of this collection use set_vpc_ids
.
The virtual private cloud (VPC) identifiers to grant access to.
The virtual private cloud (VPC) identifiers to grant access to.
Consumes the builder and constructs a AuthorizeEndpointAccessInput
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