Interface BatchGetStandardsControlAssociationsRequest.Builder

    • Method Detail

      • standardsControlAssociationIds

        BatchGetStandardsControlAssociationsRequest.Builder standardsControlAssociationIds​(Collection<StandardsControlAssociationId> standardsControlAssociationIds)

        An array with one or more objects that includes a security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.

        Parameters:
        standardsControlAssociationIds - An array with one or more objects that includes a security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • standardsControlAssociationIds

        BatchGetStandardsControlAssociationsRequest.Builder standardsControlAssociationIds​(StandardsControlAssociationId... standardsControlAssociationIds)

        An array with one or more objects that includes a security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.

        Parameters:
        standardsControlAssociationIds - An array with one or more objects that includes a security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.