Interface ListStandardsControlAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListStandardsControlAssociationsResponse.Builder,
,ListStandardsControlAssociationsResponse> SdkBuilder<ListStandardsControlAssociationsResponse.Builder,
,ListStandardsControlAssociationsResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
ListStandardsControlAssociationsResponse
public static interface ListStandardsControlAssociationsResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListStandardsControlAssociationsResponse.Builder,ListStandardsControlAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA pagination parameter that's included in the response only if it was included in the request.standardsControlAssociationSummaries
(Collection<StandardsControlAssociationSummary> standardsControlAssociationSummaries) An array that provides the enablement status and other details for each security control that applies to each enabled standard.standardsControlAssociationSummaries
(Consumer<StandardsControlAssociationSummary.Builder>... standardsControlAssociationSummaries) An array that provides the enablement status and other details for each security control that applies to each enabled standard.standardsControlAssociationSummaries
(StandardsControlAssociationSummary... standardsControlAssociationSummaries) An array that provides the enablement status and other details for each security control that applies to each enabled standard.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
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
standardsControlAssociationSummaries
ListStandardsControlAssociationsResponse.Builder standardsControlAssociationSummaries(Collection<StandardsControlAssociationSummary> standardsControlAssociationSummaries) An array that provides the enablement status and other details for each security control that applies to each enabled standard.
- Parameters:
standardsControlAssociationSummaries
- An array that provides the enablement status and other details for each security control that applies to each enabled standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationSummaries
ListStandardsControlAssociationsResponse.Builder standardsControlAssociationSummaries(StandardsControlAssociationSummary... standardsControlAssociationSummaries) An array that provides the enablement status and other details for each security control that applies to each enabled standard.
- Parameters:
standardsControlAssociationSummaries
- An array that provides the enablement status and other details for each security control that applies to each enabled standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationSummaries
ListStandardsControlAssociationsResponse.Builder standardsControlAssociationSummaries(Consumer<StandardsControlAssociationSummary.Builder>... standardsControlAssociationSummaries) An array that provides the enablement status and other details for each security control that applies to each enabled standard.
This is a convenience method that creates an instance of theStandardsControlAssociationSummary.Builder
avoiding the need to create one manually viaStandardsControlAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostandardsControlAssociationSummaries(List<StandardsControlAssociationSummary>)
.- Parameters:
standardsControlAssociationSummaries
- a consumer that will call methods onStandardsControlAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination parameter that's included in the response only if it was included in the request.
- Parameters:
nextToken
- A pagination parameter that's included in the response only if it was included in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-