Interface GetSchemaCreationStatusResponse.Builder
- All Superinterfaces:
 AppSyncResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetSchemaCreationStatusResponse.Builder,,GetSchemaCreationStatusResponse> SdkBuilder<GetSchemaCreationStatusResponse.Builder,,GetSchemaCreationStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetSchemaCreationStatusResponse
public static interface GetSchemaCreationStatusResponse.Builder
extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaCreationStatusResponse.Builder,GetSchemaCreationStatusResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionDetailed information about the status of the schema creation operation.The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).status(SchemaStatus status) The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).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
- 
status
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
- Parameters:
 status- The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
- Parameters:
 status- The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
details
Detailed information about the status of the schema creation operation.
- Parameters:
 details- Detailed information about the status of the schema creation operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -