Interface DisassociateMergedGraphqlApiRequest.Builder
- All Superinterfaces:
AppSyncRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,
,DisassociateMergedGraphqlApiRequest> SdkBuilder<DisassociateMergedGraphqlApiRequest.Builder,
,DisassociateMergedGraphqlApiRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DisassociateMergedGraphqlApiRequest
public static interface DisassociateMergedGraphqlApiRequest.Builder
extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId
(String associationId) The ID generated by the AppSync service for the source API association.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceApiIdentifier
(String sourceApiIdentifier) The identifier of the AppSync Source API.Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- 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.
-
associationId
The ID generated by the AppSync service for the source API association.
- Parameters:
associationId
- The ID generated by the AppSync service for the source API association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateMergedGraphqlApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateMergedGraphqlApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-