Interface StartSchemaCreationResponse.Builder
-
- All Superinterfaces:
AppSyncResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>,SdkBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartSchemaCreationResponse
public static interface StartSchemaCreationResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSchemaCreationResponse.Builderstatus(String status)The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).StartSchemaCreationResponse.Builderstatus(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, 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 Detail
-
status
StartSchemaCreationResponse.Builder status(String 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:
SchemaStatus,SchemaStatus
-
status
StartSchemaCreationResponse.Builder status(SchemaStatus 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:
SchemaStatus,SchemaStatus
-
-