public static interface ListTypedLinkFacetNamesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListTypedLinkFacetNamesResponse.Builder,ListTypedLinkFacetNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypedLinkFacetNamesResponse.Builder |
facetNames(Collection<String> facetNames)
The names of typed link facets that exist within the schema.
|
ListTypedLinkFacetNamesResponse.Builder |
facetNames(String... facetNames)
The names of typed link facets that exist within the schema.
|
ListTypedLinkFacetNamesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypedLinkFacetNamesResponse.Builder facetNames(Collection<String> facetNames)
The names of typed link facets that exist within the schema.
facetNames - The names of typed link facets that exist within the schema.ListTypedLinkFacetNamesResponse.Builder facetNames(String... facetNames)
The names of typed link facets that exist within the schema.
facetNames - The names of typed link facets that exist within the schema.ListTypedLinkFacetNamesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.