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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateStandardsControlAssociationsResponse.BuilderunprocessedAssociationUpdates(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.BatchUpdateStandardsControlAssociationsResponse.BuilderunprocessedAssociationUpdates(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.BatchUpdateStandardsControlAssociationsResponse.BuilderunprocessedAssociationUpdates(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, sdkFieldNameToField, 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 Detail
-
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.Builderavoiding the need to create one manually viaUnprocessedStandardsControlAssociationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedAssociationUpdates(List.) - 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:
#unprocessedAssociationUpdates(java.util.Collection)
-
-