pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteReplicationInstanceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replication_instance_arn(self, input: impl Into<String>) -> Self
pub fn replication_instance_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the replication instance to be deleted.
sourcepub fn set_replication_instance_arn(self, input: Option<String>) -> Self
pub fn set_replication_instance_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the replication instance to be deleted.
sourcepub fn build(self) -> Result<DeleteReplicationInstanceInput, BuildError>
pub fn build(self) -> Result<DeleteReplicationInstanceInput, BuildError>
Consumes the builder and constructs a DeleteReplicationInstanceInput
.