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 ==.