Interface StandardsControlAssociationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>,SdkBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>,SdkPojo
- Enclosing class:
- StandardsControlAssociationUpdate
public static interface StandardsControlAssociationUpdate.Builder extends SdkPojo, CopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardsControlAssociationUpdate.BuilderassociationStatus(String associationStatus)The desired enablement status of the control in the standard.StandardsControlAssociationUpdate.BuilderassociationStatus(AssociationStatus associationStatus)The desired enablement status of the control in the standard.StandardsControlAssociationUpdate.BuildersecurityControlId(String securityControlId)The unique identifier for the security control whose enablement status you want to update.StandardsControlAssociationUpdate.BuilderstandardsArn(String standardsArn)The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.StandardsControlAssociationUpdate.BuilderupdatedReason(String updatedReason)The reason for updating the control's enablement status in the 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, sdkFields
-
-
-
-
Method Detail
-
standardsArn
StandardsControlAssociationUpdate.Builder standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
- Parameters:
standardsArn- The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityControlId
StandardsControlAssociationUpdate.Builder securityControlId(String securityControlId)
The unique identifier for the security control whose enablement status you want to update.
- Parameters:
securityControlId- The unique identifier for the security control whose enablement status you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationStatus
StandardsControlAssociationUpdate.Builder associationStatus(String associationStatus)
The desired enablement status of the control in the standard.
- Parameters:
associationStatus- The desired enablement status of the control in the standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationStatus,AssociationStatus
-
associationStatus
StandardsControlAssociationUpdate.Builder associationStatus(AssociationStatus associationStatus)
The desired enablement status of the control in the standard.
- Parameters:
associationStatus- The desired enablement status of the control in the standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationStatus,AssociationStatus
-
updatedReason
StandardsControlAssociationUpdate.Builder updatedReason(String updatedReason)
The reason for updating the control's enablement status in the standard.
- Parameters:
updatedReason- The reason for updating the control's enablement status in the standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-