public static interface StandardsControlAssociationId.Builder extends SdkPojo, CopyableBuilder<StandardsControlAssociationId.Builder,StandardsControlAssociationId>
| Modifier and Type | Method and Description |
|---|---|
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 |
standardsArn(String standardsArn)
The ARN of a standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsControlAssociationId.Builder securityControlId(String securityControlId)
The unique identifier (identified with SecurityControlId, SecurityControlArn, or a
mix of both parameters) of a security control across standards.
securityControlId - The unique identifier (identified with SecurityControlId, SecurityControlArn
, or a mix of both parameters) of a security control across standards.StandardsControlAssociationId.Builder standardsArn(String standardsArn)
The ARN of a standard.
standardsArn - The ARN of a standard.Copyright © 2023. All rights reserved.