Interface ListAssessmentControlInsightsByControlDomainResponse.Builder
-
- All Superinterfaces:
AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListAssessmentControlInsightsByControlDomainResponse.Builder,ListAssessmentControlInsightsByControlDomainResponse>,SdkBuilder<ListAssessmentControlInsightsByControlDomainResponse.Builder,ListAssessmentControlInsightsByControlDomainResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssessmentControlInsightsByControlDomainResponse
public static interface ListAssessmentControlInsightsByControlDomainResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentControlInsightsByControlDomainResponse.Builder,ListAssessmentControlInsightsByControlDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssessmentControlInsightsByControlDomainResponse.BuildercontrolInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.ListAssessmentControlInsightsByControlDomainResponse.BuildercontrolInsightsByAssessment(Consumer<ControlInsightsMetadataByAssessmentItem.Builder>... controlInsightsByAssessment)The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.ListAssessmentControlInsightsByControlDomainResponse.BuildercontrolInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.ListAssessmentControlInsightsByControlDomainResponse.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
-
controlInsightsByAssessment
ListAssessmentControlInsightsByControlDomainResponse.Builder controlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomainAPI returned.- Parameters:
controlInsightsByAssessment- The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlInsightsByAssessment
ListAssessmentControlInsightsByControlDomainResponse.Builder controlInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomainAPI returned.- Parameters:
controlInsightsByAssessment- The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlInsightsByAssessment
ListAssessmentControlInsightsByControlDomainResponse.Builder controlInsightsByAssessment(Consumer<ControlInsightsMetadataByAssessmentItem.Builder>... controlInsightsByAssessment)
The assessment control analytics data that the
This is a convenience method that creates an instance of theListAssessmentControlInsightsByControlDomainAPI returned.ControlInsightsMetadataByAssessmentItem.Builderavoiding the need to create one manually viaControlInsightsMetadataByAssessmentItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#controlInsightsByAssessment(List.) - Parameters:
controlInsightsByAssessment- a consumer that will call methods onControlInsightsMetadataByAssessmentItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#controlInsightsByAssessment(java.util.Collection)
-
nextToken
ListAssessmentControlInsightsByControlDomainResponse.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.
-
-