pub struct Builder { /* private fields */ }
Expand description
A builder for ListDataIntegrationsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_integrations(self, input: DataIntegrationSummary) -> Self
pub fn data_integrations(self, input: DataIntegrationSummary) -> Self
Appends an item to data_integrations
.
To override the contents of this collection use set_data_integrations
.
The DataIntegrations associated with this account.
sourcepub fn set_data_integrations(
self,
input: Option<Vec<DataIntegrationSummary>>
) -> Self
pub fn set_data_integrations(
self,
input: Option<Vec<DataIntegrationSummary>>
) -> Self
The DataIntegrations associated with this account.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn build(self) -> ListDataIntegrationsOutput
pub fn build(self) -> ListDataIntegrationsOutput
Consumes the builder and constructs a ListDataIntegrationsOutput
.