Interface BatchUpdateStandardsControlAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchUpdateStandardsControlAssociationsResponse.Builder,
,BatchUpdateStandardsControlAssociationsResponse> SdkBuilder<BatchUpdateStandardsControlAssociationsResponse.Builder,
,BatchUpdateStandardsControlAssociationsResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
BatchUpdateStandardsControlAssociationsResponse
public static interface BatchUpdateStandardsControlAssociationsResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateStandardsControlAssociationsResponse.Builder,BatchUpdateStandardsControlAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionunprocessedAssociationUpdates
(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates) A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.unprocessedAssociationUpdates
(Consumer<UnprocessedStandardsControlAssociationUpdate.Builder>... unprocessedAssociationUpdates) A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.unprocessedAssociationUpdates
(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates) A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.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
-
unprocessedAssociationUpdates
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.- Parameters:
unprocessedAssociationUpdates
- A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedAssociationUpdates
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.- Parameters:
unprocessedAssociationUpdates
- A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedAssociationUpdates
BatchUpdateStandardsControlAssociationsResponse.Builder unprocessedAssociationUpdates(Consumer<UnprocessedStandardsControlAssociationUpdate.Builder>... unprocessedAssociationUpdates) A security control (identified with
This is a convenience method that creates an instance of theSecurityControlId
,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 viaUnprocessedStandardsControlAssociationUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounprocessedAssociationUpdates(List<UnprocessedStandardsControlAssociationUpdate>)
.- Parameters:
unprocessedAssociationUpdates
- a consumer that will call methods onUnprocessedStandardsControlAssociationUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-