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 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
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateDbProxyEndpointOutputBuilder
impl Default for CreateDbProxyEndpointOutputBuilder
source§fn default() -> CreateDbProxyEndpointOutputBuilder
fn default() -> CreateDbProxyEndpointOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDbProxyEndpointOutputBuilder> for CreateDbProxyEndpointOutputBuilder
impl PartialEq<CreateDbProxyEndpointOutputBuilder> for CreateDbProxyEndpointOutputBuilder
source§fn eq(&self, other: &CreateDbProxyEndpointOutputBuilder) -> bool
fn eq(&self, other: &CreateDbProxyEndpointOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.