public static interface ListControlDomainInsightsResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListControlDomainInsightsResponse.Builder,ListControlDomainInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListControlDomainInsightsResponse.Builder |
controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsights API returned. |
ListControlDomainInsightsResponse.Builder |
controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsights API returned. |
ListControlDomainInsightsResponse.Builder |
controlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsights API returned. |
ListControlDomainInsightsResponse.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListControlDomainInsightsResponse.Builder controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the ListControlDomainInsights API returned.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsights API returned.ListControlDomainInsightsResponse.Builder controlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the ListControlDomainInsights API returned.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsights API returned.ListControlDomainInsightsResponse.Builder controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)
The control domain analytics data that the ListControlDomainInsights API returned.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #controlDomainInsights(List) .controlDomainInsights - a consumer that will call methods on List.Builder #controlDomainInsights(List) ListControlDomainInsightsResponse.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.Copyright © 2022. All rights reserved.