pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteConnectionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn connection_arn(self, input: impl Into<String>) -> Self
pub fn connection_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the connection to be deleted.
The ARN is never reused if the connection is deleted.
sourcepub fn set_connection_arn(self, input: Option<String>) -> Self
pub fn set_connection_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the connection to be deleted.
The ARN is never reused if the connection is deleted.
sourcepub fn build(self) -> Result<DeleteConnectionInput, BuildError>
pub fn build(self) -> Result<DeleteConnectionInput, BuildError>
Consumes the builder and constructs a DeleteConnectionInput
.