pub struct Builder { /* private fields */ }Expand description
A builder for DeleteAccessorInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn accessor_id(self, input: impl Into<String>) -> Self
pub fn accessor_id(self, input: impl Into<String>) -> Self
The unique identifier of the accessor.
sourcepub fn set_accessor_id(self, input: Option<String>) -> Self
pub fn set_accessor_id(self, input: Option<String>) -> Self
The unique identifier of the accessor.
sourcepub fn build(self) -> Result<DeleteAccessorInput, BuildError>
pub fn build(self) -> Result<DeleteAccessorInput, BuildError>
Consumes the builder and constructs a DeleteAccessorInput.