public static interface GetFacetResponse.Builder extends CloudDirectoryResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.