public static interface SchemaFacet.Builder extends SdkPojo, CopyableBuilder<SchemaFacet.Builder,SchemaFacet>
| Modifier and Type | Method and Description |
|---|---|
SchemaFacet.Builder |
facetName(String facetName)
The name of the facet.
|
SchemaFacet.Builder |
schemaArn(String schemaArn)
The ARN of the schema that contains the facet with no minor component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaFacet.Builder schemaArn(String schemaArn)
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.
schemaArn - The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is
set, FacetName must also be set.SchemaFacet.Builder facetName(String facetName)
The name of the facet. If this value is set, SchemaArn must also be set.
facetName - The name of the facet. If this value is set, SchemaArn must also be set.Copyright © 2022. All rights reserved.