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, responseMetadata
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
Methods 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:
-