Struct aws_sdk_appsync::operation::start_schema_merge::builders::StartSchemaMergeInputBuilder    
source · #[non_exhaustive]pub struct StartSchemaMergeInputBuilder { /* private fields */ }Expand description
A builder for StartSchemaMergeInput.
Implementations§
source§impl StartSchemaMergeInputBuilder
 
impl StartSchemaMergeInputBuilder
sourcepub fn association_id(self, input: impl Into<String>) -> Self
 
pub fn association_id(self, input: impl Into<String>) -> Self
The ID generated by the AppSync service for the source API association.
This field is required.sourcepub fn set_association_id(self, input: Option<String>) -> Self
 
pub fn set_association_id(self, input: Option<String>) -> Self
The ID generated by the AppSync service for the source API association.
sourcepub fn get_association_id(&self) -> &Option<String>
 
pub fn get_association_id(&self) -> &Option<String>
The ID generated by the AppSync service for the source API association.
sourcepub fn merged_api_identifier(self, input: impl Into<String>) -> Self
 
pub fn merged_api_identifier(self, input: impl Into<String>) -> Self
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
This field is required.sourcepub fn set_merged_api_identifier(self, input: Option<String>) -> Self
 
pub fn set_merged_api_identifier(self, input: Option<String>) -> Self
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
sourcepub fn get_merged_api_identifier(&self) -> &Option<String>
 
pub fn get_merged_api_identifier(&self) -> &Option<String>
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
sourcepub fn build(self) -> Result<StartSchemaMergeInput, BuildError>
 
pub fn build(self) -> Result<StartSchemaMergeInput, BuildError>
Consumes the builder and constructs a StartSchemaMergeInput.
source§impl StartSchemaMergeInputBuilder
 
impl StartSchemaMergeInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client
) -> Result<StartSchemaMergeOutput, SdkError<StartSchemaMergeError, HttpResponse>>
 
pub async fn send_with( self, client: &Client ) -> Result<StartSchemaMergeOutput, SdkError<StartSchemaMergeError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StartSchemaMergeInputBuilder
 
impl Clone for StartSchemaMergeInputBuilder
source§fn clone(&self) -> StartSchemaMergeInputBuilder
 
fn clone(&self) -> StartSchemaMergeInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for StartSchemaMergeInputBuilder
 
impl Debug for StartSchemaMergeInputBuilder
source§impl Default for StartSchemaMergeInputBuilder
 
impl Default for StartSchemaMergeInputBuilder
source§fn default() -> StartSchemaMergeInputBuilder
 
fn default() -> StartSchemaMergeInputBuilder
source§impl PartialEq for StartSchemaMergeInputBuilder
 
impl PartialEq for StartSchemaMergeInputBuilder
source§fn eq(&self, other: &StartSchemaMergeInputBuilder) -> bool
 
fn eq(&self, other: &StartSchemaMergeInputBuilder) -> bool
self and other values to be equal, and is used
by ==.