Interface AssociateMergedGraphqlApiRequest.Builder
- All Superinterfaces:
- AppSyncRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<AssociateMergedGraphqlApiRequest.Builder,,- AssociateMergedGraphqlApiRequest> - SdkBuilder<AssociateMergedGraphqlApiRequest.Builder,,- AssociateMergedGraphqlApiRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AssociateMergedGraphqlApiRequest
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description field.mergedApiIdentifier(String mergedApiIdentifier) The identifier of the AppSync Merged API.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig) TheSourceApiAssociationConfigobject data.sourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig) TheSourceApiAssociationConfigobject data.sourceApiIdentifier(String sourceApiIdentifier) The identifier of the AppSync Source API.Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceApiIdentifierThe identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API. - Parameters:
- sourceApiIdentifier- The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mergedApiIdentifierThe 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. - Parameters:
- mergedApiIdentifier- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description field. - Parameters:
- description- The description field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceApiAssociationConfigAssociateMergedGraphqlApiRequest.Builder sourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig) The SourceApiAssociationConfigobject data.- Parameters:
- sourceApiAssociationConfig- The- SourceApiAssociationConfigobject data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceApiAssociationConfigdefault AssociateMergedGraphqlApiRequest.Builder sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig) The This is a convenience method that creates an instance of theSourceApiAssociationConfigobject data.SourceApiAssociationConfig.Builderavoiding the need to create one manually viaSourceApiAssociationConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceApiAssociationConfig(SourceApiAssociationConfig).- Parameters:
- sourceApiAssociationConfig- a consumer that will call methods on- SourceApiAssociationConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationAssociateMergedGraphqlApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAssociateMergedGraphqlApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-