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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetFacetResponse.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.Builder
facet(Facet)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.