Interface BatchGetSecurityControlsRequest.Builder

    • Method Detail

      • securityControlIds

        BatchGetSecurityControlsRequest.Builder securityControlIds​(Collection<String> securityControlIds)

        A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.

        Parameters:
        securityControlIds - A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityControlIds

        BatchGetSecurityControlsRequest.Builder securityControlIds​(String... securityControlIds)

        A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.

        Parameters:
        securityControlIds - A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.