Interface StandardsControlAssociationId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StandardsControlAssociationId.Builder,
,StandardsControlAssociationId> SdkBuilder<StandardsControlAssociationId.Builder,
,StandardsControlAssociationId> SdkPojo
- Enclosing class:
StandardsControlAssociationId
@Mutable
@NotThreadSafe
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
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
-
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.
-