Struct aws_sdk_rds::operation::create_db_proxy_endpoint::builders::CreateDbProxyEndpointOutputBuilder
source · #[non_exhaustive]pub struct CreateDbProxyEndpointOutputBuilder { /* private fields */ }Expand description
A builder for CreateDbProxyEndpointOutput.
Implementations§
source§impl CreateDbProxyEndpointOutputBuilder
impl CreateDbProxyEndpointOutputBuilder
sourcepub fn db_proxy_endpoint(self, input: DbProxyEndpoint) -> Self
pub fn db_proxy_endpoint(self, input: DbProxyEndpoint) -> Self
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.
sourcepub fn set_db_proxy_endpoint(self, input: Option<DbProxyEndpoint>) -> Self
pub fn set_db_proxy_endpoint(self, input: Option<DbProxyEndpoint>) -> Self
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.
sourcepub fn get_db_proxy_endpoint(&self) -> &Option<DbProxyEndpoint>
pub fn get_db_proxy_endpoint(&self) -> &Option<DbProxyEndpoint>
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.
sourcepub fn build(self) -> CreateDbProxyEndpointOutput
pub fn build(self) -> CreateDbProxyEndpointOutput
Consumes the builder and constructs a CreateDbProxyEndpointOutput.
Trait Implementations§
source§impl Clone for CreateDbProxyEndpointOutputBuilder
impl Clone for CreateDbProxyEndpointOutputBuilder
source§fn clone(&self) -> CreateDbProxyEndpointOutputBuilder
fn clone(&self) -> CreateDbProxyEndpointOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateDbProxyEndpointOutputBuilder
impl Default for CreateDbProxyEndpointOutputBuilder
source§fn default() -> CreateDbProxyEndpointOutputBuilder
fn default() -> CreateDbProxyEndpointOutputBuilder
source§impl PartialEq for CreateDbProxyEndpointOutputBuilder
impl PartialEq for CreateDbProxyEndpointOutputBuilder
source§fn eq(&self, other: &CreateDbProxyEndpointOutputBuilder) -> bool
fn eq(&self, other: &CreateDbProxyEndpointOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateDbProxyEndpointOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateDbProxyEndpointOutputBuilder
impl RefUnwindSafe for CreateDbProxyEndpointOutputBuilder
impl Send for CreateDbProxyEndpointOutputBuilder
impl Sync for CreateDbProxyEndpointOutputBuilder
impl Unpin for CreateDbProxyEndpointOutputBuilder
impl UnwindSafe for CreateDbProxyEndpointOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more