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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListControlDomainInsightsResponse.BuildercontrolDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)The control domain analytics data that theListControlDomainInsightsAPI returned.ListControlDomainInsightsResponse.BuildercontrolDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)The control domain analytics data that theListControlDomainInsightsAPI returned.ListControlDomainInsightsResponse.BuildercontrolDomainInsights(ControlDomainInsights... controlDomainInsights)The control domain analytics data that theListControlDomainInsightsAPI returned.ListControlDomainInsightsResponse.BuildernextToken(String nextToken)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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#controlDomainInsights(List.) - 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:
#controlDomainInsights(java.util.Collection)
-
nextToken
ListControlDomainInsightsResponse.Builder nextToken(String 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.
-
-