Struct aws_sdk_devicefarm::operation::create_vpce_configuration::builders::CreateVPCEConfigurationFluentBuilder
source · pub struct CreateVPCEConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateVPCEConfiguration.
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
Implementations§
source§impl CreateVPCEConfigurationFluentBuilder
impl CreateVPCEConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &CreateVpceConfigurationInputBuilder
pub fn as_input(&self) -> &CreateVpceConfigurationInputBuilder
Access the CreateVPCEConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<CreateVpceConfigurationOutput, SdkError<CreateVPCEConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<CreateVpceConfigurationOutput, SdkError<CreateVPCEConfigurationError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateVpceConfigurationOutput, CreateVPCEConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateVpceConfigurationOutput, CreateVPCEConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn vpce_configuration_name(self, input: impl Into<String>) -> Self
pub fn vpce_configuration_name(self, input: impl Into<String>) -> Self
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
sourcepub fn set_vpce_configuration_name(self, input: Option<String>) -> Self
pub fn set_vpce_configuration_name(self, input: Option<String>) -> Self
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
sourcepub fn get_vpce_configuration_name(&self) -> &Option<String>
pub fn get_vpce_configuration_name(&self) -> &Option<String>
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
sourcepub fn vpce_service_name(self, input: impl Into<String>) -> Self
pub fn vpce_service_name(self, input: impl Into<String>) -> Self
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
sourcepub fn set_vpce_service_name(self, input: Option<String>) -> Self
pub fn set_vpce_service_name(self, input: Option<String>) -> Self
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
sourcepub fn get_vpce_service_name(&self) -> &Option<String>
pub fn get_vpce_service_name(&self) -> &Option<String>
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
sourcepub fn service_dns_name(self, input: impl Into<String>) -> Self
pub fn service_dns_name(self, input: impl Into<String>) -> Self
The DNS name of the service running in your VPC that you want Device Farm to test.
sourcepub fn set_service_dns_name(self, input: Option<String>) -> Self
pub fn set_service_dns_name(self, input: Option<String>) -> Self
The DNS name of the service running in your VPC that you want Device Farm to test.
sourcepub fn get_service_dns_name(&self) -> &Option<String>
pub fn get_service_dns_name(&self) -> &Option<String>
The DNS name of the service running in your VPC that you want Device Farm to test.
sourcepub fn vpce_configuration_description(self, input: impl Into<String>) -> Self
pub fn vpce_configuration_description(self, input: impl Into<String>) -> Self
An optional description that provides details about your VPC endpoint configuration.
sourcepub fn set_vpce_configuration_description(self, input: Option<String>) -> Self
pub fn set_vpce_configuration_description(self, input: Option<String>) -> Self
An optional description that provides details about your VPC endpoint configuration.
sourcepub fn get_vpce_configuration_description(&self) -> &Option<String>
pub fn get_vpce_configuration_description(&self) -> &Option<String>
An optional description that provides details about your VPC endpoint configuration.
Trait Implementations§
source§impl Clone for CreateVPCEConfigurationFluentBuilder
impl Clone for CreateVPCEConfigurationFluentBuilder
source§fn clone(&self) -> CreateVPCEConfigurationFluentBuilder
fn clone(&self) -> CreateVPCEConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more