public static interface GetContentSummaryResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<GetContentSummaryResponse.Builder,GetContentSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetContentSummaryResponse.Builder |
contentSummary(Consumer<ContentSummary.Builder> contentSummary)
The content summary.
|
GetContentSummaryResponse.Builder |
contentSummary(ContentSummary contentSummary)
The content summary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContentSummaryResponse.Builder contentSummary(ContentSummary contentSummary)
The content summary.
contentSummary - The content summary.default GetContentSummaryResponse.Builder contentSummary(Consumer<ContentSummary.Builder> contentSummary)
The content summary.
This is a convenience method that creates an instance of theContentSummary.Builder avoiding the need
to create one manually via ContentSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contentSummary(ContentSummary).
contentSummary - a consumer that will call methods on ContentSummary.BuildercontentSummary(ContentSummary)Copyright © 2022. All rights reserved.