public static interface BatchUpdateStandardsControlAssociationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateStandardsControlAssociationsResponse.Builder,BatchUpdateStandardsControlAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateStandardsControlAssociationsResponse.Builder |
unprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard couldn't be updated. |
BatchUpdateStandardsControlAssociationsResponse.Builder |
unprocessedAssociationUpdates(Consumer<UnprocessedStandardsControlAssociationUpdate.Builder>... unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard couldn't be updated. |
BatchUpdateStandardsControlAssociationsResponse.Builder |
unprocessedAssociationUpdates(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard couldn't be updated. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateStandardsControlAssociationsResponse.Builder unprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard couldn't be updated.
unprocessedAssociationUpdates - A security control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.BatchUpdateStandardsControlAssociationsResponse.Builder unprocessedAssociationUpdates(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard couldn't be updated.
unprocessedAssociationUpdates - A security control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.BatchUpdateStandardsControlAssociationsResponse.Builder unprocessedAssociationUpdates(Consumer<UnprocessedStandardsControlAssociationUpdate.Builder>... unprocessedAssociationUpdates)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) whose enablement status in a specified standard couldn't be updated.
UnprocessedStandardsControlAssociationUpdate.Builder
avoiding the need to create one manually via
UnprocessedStandardsControlAssociationUpdate.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #unprocessedAssociationUpdates(List.
unprocessedAssociationUpdates - a consumer that will call methods on
UnprocessedStandardsControlAssociationUpdate.Builder#unprocessedAssociationUpdates(java.util.Collection) Copyright © 2023. All rights reserved.