Interface BatchGetStandardsControlAssociationsResponse.Builder

    • Method Detail

      • standardsControlAssociationDetails

        BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails​(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)

        Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.

        Parameters:
        standardsControlAssociationDetails - Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • standardsControlAssociationDetails

        BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails​(StandardsControlAssociationDetail... standardsControlAssociationDetails)

        Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.

        Parameters:
        standardsControlAssociationDetails - Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAssociations

        BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations​(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)

        A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.

        Parameters:
        unprocessedAssociations - A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAssociations

        BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations​(UnprocessedStandardsControlAssociation... unprocessedAssociations)

        A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.

        Parameters:
        unprocessedAssociations - A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.