public static interface BatchGetStandardsControlAssociationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchGetStandardsControlAssociationsResponse.Builder,BatchGetStandardsControlAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetStandardsControlAssociationsResponse.Builder |
standardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.
|
BatchGetStandardsControlAssociationsResponse.Builder |
standardsControlAssociationDetails(Consumer<StandardsControlAssociationDetail.Builder>... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.
|
BatchGetStandardsControlAssociationsResponse.Builder |
standardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.
|
BatchGetStandardsControlAssociationsResponse.Builder |
unprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard cannot be returned. |
BatchGetStandardsControlAssociationsResponse.Builder |
unprocessedAssociations(Consumer<UnprocessedStandardsControlAssociation.Builder>... unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard cannot be returned. |
BatchGetStandardsControlAssociationsResponse.Builder |
unprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard cannot be returned. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
standardsControlAssociationDetails - Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
standardsControlAssociationDetails - Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails(Consumer<StandardsControlAssociationDetail.Builder>... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
This is a convenience method that creates an instance of theStandardsControlAssociationDetail.Builder avoiding
the need to create one manually via
StandardsControlAssociationDetail.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #standardsControlAssociationDetails(List.
standardsControlAssociationDetails - a consumer that will call methods on
StandardsControlAssociationDetail.Builder#standardsControlAssociationDetails(java.util.Collection) BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard cannot be returned.
unprocessedAssociations - A security control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) whose enablement status in a specified standard cannot be returned.BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard cannot be returned.
unprocessedAssociations - A security control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) whose enablement status in a specified standard cannot be returned.BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations(Consumer<UnprocessedStandardsControlAssociation.Builder>... unprocessedAssociations)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard cannot be returned.
UnprocessedStandardsControlAssociation.Builder
avoiding the need to create one manually via
UnprocessedStandardsControlAssociation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #unprocessedAssociations(List.
unprocessedAssociations - a consumer that will call methods on
UnprocessedStandardsControlAssociation.Builder#unprocessedAssociations(java.util.Collection) Copyright © 2023. All rights reserved.