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