pub struct CreateVPCEConfiguration { /* 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 CreateVPCEConfiguration
impl CreateVPCEConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateVPCEConfiguration, AwsResponseRetryClassifier>, SdkError<CreateVPCEConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateVPCEConfiguration, AwsResponseRetryClassifier>, SdkError<CreateVPCEConfigurationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateVpceConfigurationOutput, SdkError<CreateVPCEConfigurationError>>
pub async fn send(
self
) -> Result<CreateVpceConfigurationOutput, SdkError<CreateVPCEConfigurationError>>
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 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 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 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 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.
Trait Implementations§
source§impl Clone for CreateVPCEConfiguration
impl Clone for CreateVPCEConfiguration
source§fn clone(&self) -> CreateVPCEConfiguration
fn clone(&self) -> CreateVPCEConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more