Interface StandardsControlAssociationId.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StandardsControlAssociationId.Builder,,StandardsControlAssociationId> SdkBuilder<StandardsControlAssociationId.Builder,,StandardsControlAssociationId> SdkPojo
- Enclosing class:
StandardsControlAssociationId
public static interface StandardsControlAssociationId.Builder
extends SdkPojo, CopyableBuilder<StandardsControlAssociationId.Builder,StandardsControlAssociationId>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityControlId(String securityControlId) The unique identifier (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.standardsArn(String standardsArn) The ARN of a standard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
securityControlId
The unique identifier (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.- Parameters:
securityControlId- The unique identifier (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsArn
The ARN of a standard.
- Parameters:
standardsArn- The ARN of a standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-