Struct aws_sdk_appfabric::operation::create_ingestion::builders::CreateIngestionInputBuilder
source · #[non_exhaustive]pub struct CreateIngestionInputBuilder { /* private fields */ }Expand description
A builder for CreateIngestionInput.
Implementations§
source§impl CreateIngestionInputBuilder
impl CreateIngestionInputBuilder
sourcepub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
pub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
pub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn get_app_bundle_identifier(&self) -> &Option<String>
pub fn get_app_bundle_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn app(self, input: impl Into<String>) -> Self
pub fn app(self, input: impl Into<String>) -> Self
The name of the application.
Valid values are:
-
SLACK -
ASANA -
JIRA -
M365 -
M365AUDITLOGS -
ZOOM -
ZENDESK -
OKTA -
GOOGLE -
DROPBOX -
SMARTSHEET -
CISCO
sourcepub fn set_app(self, input: Option<String>) -> Self
pub fn set_app(self, input: Option<String>) -> Self
The name of the application.
Valid values are:
-
SLACK -
ASANA -
JIRA -
M365 -
M365AUDITLOGS -
ZOOM -
ZENDESK -
OKTA -
GOOGLE -
DROPBOX -
SMARTSHEET -
CISCO
sourcepub fn get_app(&self) -> &Option<String>
pub fn get_app(&self) -> &Option<String>
The name of the application.
Valid values are:
-
SLACK -
ASANA -
JIRA -
M365 -
M365AUDITLOGS -
ZOOM -
ZENDESK -
OKTA -
GOOGLE -
DROPBOX -
SMARTSHEET -
CISCO
sourcepub fn set_tenant_id(self, input: Option<String>) -> Self
pub fn set_tenant_id(self, input: Option<String>) -> Self
The ID of the application tenant.
sourcepub fn get_tenant_id(&self) -> &Option<String>
pub fn get_tenant_id(&self) -> &Option<String>
The ID of the application tenant.
sourcepub fn ingestion_type(self, input: IngestionType) -> Self
pub fn ingestion_type(self, input: IngestionType) -> Self
The ingestion type.
sourcepub fn set_ingestion_type(self, input: Option<IngestionType>) -> Self
pub fn set_ingestion_type(self, input: Option<IngestionType>) -> Self
The ingestion type.
sourcepub fn get_ingestion_type(&self) -> &Option<IngestionType>
pub fn get_ingestion_type(&self) -> &Option<IngestionType>
The ingestion type.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.
Appends an item to tags.
To override the contents of this collection use set_tags.
A map of the key-value pairs of the tag or tags to assign to the resource.
A map of the key-value pairs of the tag or tags to assign to the resource.
A map of the key-value pairs of the tag or tags to assign to the resource.
sourcepub fn build(self) -> Result<CreateIngestionInput, BuildError>
pub fn build(self) -> Result<CreateIngestionInput, BuildError>
Consumes the builder and constructs a CreateIngestionInput.
source§impl CreateIngestionInputBuilder
impl CreateIngestionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateIngestionOutput, SdkError<CreateIngestionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateIngestionOutput, SdkError<CreateIngestionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateIngestionInputBuilder
impl Clone for CreateIngestionInputBuilder
source§fn clone(&self) -> CreateIngestionInputBuilder
fn clone(&self) -> CreateIngestionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateIngestionInputBuilder
impl Debug for CreateIngestionInputBuilder
source§impl Default for CreateIngestionInputBuilder
impl Default for CreateIngestionInputBuilder
source§fn default() -> CreateIngestionInputBuilder
fn default() -> CreateIngestionInputBuilder
source§impl PartialEq<CreateIngestionInputBuilder> for CreateIngestionInputBuilder
impl PartialEq<CreateIngestionInputBuilder> for CreateIngestionInputBuilder
source§fn eq(&self, other: &CreateIngestionInputBuilder) -> bool
fn eq(&self, other: &CreateIngestionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.