Interface ListControlDomainInsightsByAssessmentResponse.Builder
-
- All Superinterfaces:
AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListControlDomainInsightsByAssessmentResponse.Builder,ListControlDomainInsightsByAssessmentResponse>,SdkBuilder<ListControlDomainInsightsByAssessmentResponse.Builder,ListControlDomainInsightsByAssessmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListControlDomainInsightsByAssessmentResponse
public static interface ListControlDomainInsightsByAssessmentResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListControlDomainInsightsByAssessmentResponse.Builder,ListControlDomainInsightsByAssessmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListControlDomainInsightsByAssessmentResponse.BuildercontrolDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.ListControlDomainInsightsByAssessmentResponse.BuildercontrolDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.ListControlDomainInsightsByAssessmentResponse.BuildercontrolDomainInsights(ControlDomainInsights... controlDomainInsights)The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.ListControlDomainInsightsByAssessmentResponse.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
ListControlDomainInsightsByAssessmentResponse.Builder controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessmentAPI returned.- Parameters:
controlDomainInsights- The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlDomainInsights
ListControlDomainInsightsByAssessmentResponse.Builder controlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessmentAPI returned.- Parameters:
controlDomainInsights- The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlDomainInsights
ListControlDomainInsightsByAssessmentResponse.Builder controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)
The control domain analytics data that the
This is a convenience method that creates an instance of theListControlDomainInsightsByAssessmentAPI 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
ListControlDomainInsightsByAssessmentResponse.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.
-
-