Struct aws_sdk_datazone::operation::start_data_source_run::builders::StartDataSourceRunInputBuilder
source · #[non_exhaustive]pub struct StartDataSourceRunInputBuilder { /* private fields */ }
Expand description
A builder for StartDataSourceRunInput
.
Implementations§
source§impl StartDataSourceRunInputBuilder
impl StartDataSourceRunInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which to start a data source run.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which to start a data source run.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which to start a data source run.
sourcepub fn data_source_identifier(self, input: impl Into<String>) -> Self
pub fn data_source_identifier(self, input: impl Into<String>) -> Self
The identifier of the data source.
sourcepub fn set_data_source_identifier(self, input: Option<String>) -> Self
pub fn set_data_source_identifier(self, input: Option<String>) -> Self
The identifier of the data source.
sourcepub fn get_data_source_identifier(&self) -> &Option<String>
pub fn get_data_source_identifier(&self) -> &Option<String>
The identifier of the data source.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<StartDataSourceRunInput, BuildError>
pub fn build(self) -> Result<StartDataSourceRunInput, BuildError>
Consumes the builder and constructs a StartDataSourceRunInput
.
source§impl StartDataSourceRunInputBuilder
impl StartDataSourceRunInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StartDataSourceRunOutput, SdkError<StartDataSourceRunError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StartDataSourceRunOutput, SdkError<StartDataSourceRunError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StartDataSourceRunInputBuilder
impl Clone for StartDataSourceRunInputBuilder
source§fn clone(&self) -> StartDataSourceRunInputBuilder
fn clone(&self) -> StartDataSourceRunInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for StartDataSourceRunInputBuilder
impl Default for StartDataSourceRunInputBuilder
source§fn default() -> StartDataSourceRunInputBuilder
fn default() -> StartDataSourceRunInputBuilder
source§impl PartialEq for StartDataSourceRunInputBuilder
impl PartialEq for StartDataSourceRunInputBuilder
source§fn eq(&self, other: &StartDataSourceRunInputBuilder) -> bool
fn eq(&self, other: &StartDataSourceRunInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.