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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardsControlAssociationId.BuildersecurityControlId(String securityControlId)The unique identifier (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.StandardsControlAssociationId.BuilderstandardsArn(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 Detail
-
securityControlId
StandardsControlAssociationId.Builder securityControlId(String 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
StandardsControlAssociationId.Builder standardsArn(String 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.
-
-