Interface StartSchemaMergeRequest.Builder
- All Superinterfaces:
AppSyncRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<StartSchemaMergeRequest.Builder,
,StartSchemaMergeRequest> SdkBuilder<StartSchemaMergeRequest.Builder,
,StartSchemaMergeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartSchemaMergeRequest
public static interface StartSchemaMergeRequest.Builder
extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<StartSchemaMergeRequest.Builder,StartSchemaMergeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId
(String associationId) The ID generated by the AppSync service for the source API association.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.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
-
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.
-
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.
- 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.
-
overrideConfiguration
StartSchemaMergeRequest.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
StartSchemaMergeRequest.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.
-