| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static StandardsControlAssociationId.Builder |
StandardsControlAssociationId.builder() |
StandardsControlAssociationId.Builder |
StandardsControlAssociationId.Builder.securityControlId(String securityControlId)
The unique identifier (identified with
SecurityControlId, SecurityControlArn, or a
mix of both parameters) of a security control across standards. |
StandardsControlAssociationId.Builder |
StandardsControlAssociationId.Builder.standardsArn(String standardsArn)
The ARN of a standard.
|
StandardsControlAssociationId.Builder |
StandardsControlAssociationId.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StandardsControlAssociationId.Builder> |
StandardsControlAssociationId.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UnprocessedStandardsControlAssociation.Builder |
UnprocessedStandardsControlAssociation.Builder.standardsControlAssociationId(Consumer<StandardsControlAssociationId.Builder> standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
Copyright © 2023. All rights reserved.