Struct aws_sdk_drs::operation::create_extended_source_server::builders::CreateExtendedSourceServerFluentBuilder
source · pub struct CreateExtendedSourceServerFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateExtendedSourceServer
.
Create an extended source server in the target Account based on the source server in staging account.
Implementations§
source§impl CreateExtendedSourceServerFluentBuilder
impl CreateExtendedSourceServerFluentBuilder
sourcepub fn as_input(&self) -> &CreateExtendedSourceServerInputBuilder
pub fn as_input(&self) -> &CreateExtendedSourceServerInputBuilder
Access the CreateExtendedSourceServer as a reference.
sourcepub async fn send(
self
) -> Result<CreateExtendedSourceServerOutput, SdkError<CreateExtendedSourceServerError, HttpResponse>>
pub async fn send( self ) -> Result<CreateExtendedSourceServerOutput, SdkError<CreateExtendedSourceServerError, 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<CreateExtendedSourceServerOutput, CreateExtendedSourceServerError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateExtendedSourceServerOutput, CreateExtendedSourceServerError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn source_server_arn(self, input: impl Into<String>) -> Self
pub fn source_server_arn(self, input: impl Into<String>) -> Self
This defines the ARN of the source server in staging Account based on which you want to create an extended source server.
sourcepub fn set_source_server_arn(self, input: Option<String>) -> Self
pub fn set_source_server_arn(self, input: Option<String>) -> Self
This defines the ARN of the source server in staging Account based on which you want to create an extended source server.
sourcepub fn get_source_server_arn(&self) -> &Option<String>
pub fn get_source_server_arn(&self) -> &Option<String>
This defines the ARN of the source server in staging Account based on which you want to create an extended source server.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A list of tags associated with the extended source server.
A list of tags associated with the extended source server.
A list of tags associated with the extended source server.
Trait Implementations§
source§impl Clone for CreateExtendedSourceServerFluentBuilder
impl Clone for CreateExtendedSourceServerFluentBuilder
source§fn clone(&self) -> CreateExtendedSourceServerFluentBuilder
fn clone(&self) -> CreateExtendedSourceServerFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more