Interface SchemaDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SchemaDefinition.Builder,,- SchemaDefinition> - SdkBuilder<SchemaDefinition.Builder,,- SchemaDefinition> - SdkPojo
- Enclosing class:
- SchemaDefinition
@Mutable
@NotThreadSafe
public static interface SchemaDefinition.Builder
extends SdkPojo, CopyableBuilder<SchemaDefinition.Builder,SchemaDefinition> 
- 
Method SummaryModifier and TypeMethodDescriptionA JSON string representation of the schema supported by applications that use this policy store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cedarJsonA JSON string representation of the schema supported by applications that use this policy store. To delete the schema, run PutSchema with {}for this parameter. For more information, see Policy store schema in the Amazon Verified Permissions User Guide.- Parameters:
- cedarJson- A JSON string representation of the schema supported by applications that use this policy store. To delete the schema, run PutSchema with- {}for this parameter. For more information, see Policy store schema in the Amazon Verified Permissions User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-