Struct aws_sdk_appsync::input::delete_data_source_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDataSourceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_api_id(self, input: Option<String>) -> Self
pub fn set_api_id(self, input: Option<String>) -> Self
The API ID.
sourcepub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
pub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
Consumes the builder and constructs a DeleteDataSourceInput
.