public static interface GetFacetResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<GetFacetResponse.Builder,GetFacetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFacetResponse.Builder |
facet(Consumer<Facet.Builder> facet)
The Facet structure that is associated with the facet.
|
GetFacetResponse.Builder |
facet(Facet facet)
The Facet structure that is associated with the facet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFacetResponse.Builder facet(Facet facet)
The Facet structure that is associated with the facet.
facet - The Facet structure that is associated with the facet.default GetFacetResponse.Builder facet(Consumer<Facet.Builder> facet)
The Facet structure that is associated with the facet.
This is a convenience method that creates an instance of theFacet.Builder avoiding the need to
create one manually via Facet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to facet(Facet).
facet - a consumer that will call methods on Facet.Builderfacet(Facet)Copyright © 2022. All rights reserved.