Interface StartSchemaMergeResponse.Builder
- All Superinterfaces:
 AppSyncResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartSchemaMergeResponse.Builder,,StartSchemaMergeResponse> SdkBuilder<StartSchemaMergeResponse.Builder,,StartSchemaMergeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartSchemaMergeResponse
public static interface StartSchemaMergeResponse.Builder
extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<StartSchemaMergeResponse.Builder,StartSchemaMergeResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionsourceApiAssociationStatus(String sourceApiAssociationStatus) The state of the source API association.sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus) The state of the source API association.Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
sourceApiAssociationStatus
The state of the source API association.
- Parameters:
 sourceApiAssociationStatus- The state of the source API association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sourceApiAssociationStatus
StartSchemaMergeResponse.Builder sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus) The state of the source API association.
- Parameters:
 sourceApiAssociationStatus- The state of the source API association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -