public static interface GetInsightsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetInsightsResponse.Builder,GetInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResponse.Builder |
insights(Collection<Insight> insights)
The insights returned by the operation.
|
GetInsightsResponse.Builder |
insights(Consumer<Insight.Builder>... insights)
The insights returned by the operation.
|
GetInsightsResponse.Builder |
insights(Insight... insights)
The insights returned by the operation.
|
GetInsightsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightsResponse.Builder insights(Collection<Insight> insights)
The insights returned by the operation.
insights - The insights returned by the operation.GetInsightsResponse.Builder insights(Insight... insights)
The insights returned by the operation.
insights - The insights returned by the operation.GetInsightsResponse.Builder insights(Consumer<Insight.Builder>... insights)
The insights returned by the operation.
This is a convenience method that creates an instance of theInsight.Builder avoiding the need to create one
manually via Insight.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #insights(List.
insights - a consumer that will call methods on
Insight.Builder#insights(java.util.Collection) GetInsightsResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.Copyright © 2023. All rights reserved.