Interface ListControlDomainInsightsResponse.Builder
- All Superinterfaces:
 AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListControlDomainInsightsResponse.Builder,,ListControlDomainInsightsResponse> SdkBuilder<ListControlDomainInsightsResponse.Builder,,ListControlDomainInsightsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListControlDomainInsightsResponse
public static interface ListControlDomainInsightsResponse.Builder
extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListControlDomainInsightsResponse.Builder,ListControlDomainInsightsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontrolDomainInsights(Collection<ControlDomainInsights> controlDomainInsights) The control domain analytics data that theListControlDomainInsightsAPI returned.controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights) The control domain analytics data that theListControlDomainInsightsAPI returned.controlDomainInsights(ControlDomainInsights... controlDomainInsights) The control domain analytics data that theListControlDomainInsightsAPI returned.The pagination token that's used to fetch the next set of results.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
controlDomainInsights
ListControlDomainInsightsResponse.Builder controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights) The control domain analytics data that the
ListControlDomainInsightsAPI returned.- Parameters:
 controlDomainInsights- The control domain analytics data that theListControlDomainInsightsAPI returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
controlDomainInsights
ListControlDomainInsightsResponse.Builder controlDomainInsights(ControlDomainInsights... controlDomainInsights) The control domain analytics data that the
ListControlDomainInsightsAPI returned.- Parameters:
 controlDomainInsights- The control domain analytics data that theListControlDomainInsightsAPI returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
controlDomainInsights
ListControlDomainInsightsResponse.Builder controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights) The control domain analytics data that the
This is a convenience method that creates an instance of theListControlDomainInsightsAPI returned.ControlDomainInsights.Builderavoiding the need to create one manually viaControlDomainInsights.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontrolDomainInsights(List<ControlDomainInsights>).- Parameters:
 controlDomainInsights- a consumer that will call methods onControlDomainInsights.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The pagination token that's used to fetch the next set of results.
- Parameters:
 nextToken- The pagination token that's used to fetch the next set of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -