public static interface ListStandardsControlAssociationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListStandardsControlAssociationsResponse.Builder,ListStandardsControlAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStandardsControlAssociationsResponse.Builder |
nextToken(String nextToken)
A pagination parameter that's included in the response only if it was included in the request.
|
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.
|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStandardsControlAssociationsResponse.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.
standardsControlAssociationSummaries - An array that provides the enablement status and other details for each security control that applies
to each enabled standard.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.
standardsControlAssociationSummaries - An array that provides the enablement status and other details for each security control that applies
to each enabled standard.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 via
StandardsControlAssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #standardsControlAssociationSummaries(List.
standardsControlAssociationSummaries - a consumer that will call methods on
StandardsControlAssociationSummary.Builder#standardsControlAssociationSummaries(java.util.Collection) ListStandardsControlAssociationsResponse.Builder nextToken(String nextToken)
A pagination parameter that's included in the response only if it was included in the request.
nextToken - A pagination parameter that's included in the response only if it was included in the request.Copyright © 2023. All rights reserved.